From 070b3c941fdae2f4fbbc1ddbff5b991bf82516f2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 21 Oct 2002 08:23:52 +0000 Subject: [PATCH] r3130: *** empty log message *** --- debian/changelog | 2 +- sql-create.lisp | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9115e9e..60bdf15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cl-umlisp (1.0-1) unstable; urgency=low +cl-umlisp (1.0) unstable; urgency=low * Initial Release. 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)) -- 2.34.1