X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql-create.lisp;h=2c35d9a96df5166380bf7821899f6141341766eb;hb=1b5b2e75a888e011706359e341b622a22f2023ea;hp=f97b5f5de5ba68f670890402af51dd7f2a960313;hpb=1fce0bf93b2c9f717c9a75dd9050af8560577b84;p=umlisp.git diff --git a/sql-create.lisp b/sql-create.lisp index f97b5f5..2c35d9a 100644 --- a/sql-create.lisp +++ b/sql-create.lisp @@ -1,3 +1,4 @@ + ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION @@ -7,7 +8,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql-create.lisp,v 1.2 2002/10/21 02:23:46 kevin Exp $ +;;;; $Id: sql-create.lisp,v 1.3 2002/10/21 08:23:52 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -171,13 +172,13 @@ (init-umls) (init-hash-table) (with-sql-connection (conn) -;; (sql-drop-tables conn) -;; (sql-create-tables conn) -;; (sql-insert-all-values conn) + (sql-drop-tables conn) + (sql-create-tables conn) + (sql-insert-all-values conn) (sql-create-indexes conn) (sql-create-custom-tables conn) (sql-create-indexes conn +custom-index-cols+) - (sql-create-special-tables))) + (sql-create-special-tables conn))) (defun create-umls-db (&optional (extension ".trans") (copy-cmd #'mysql-copy-cmd))