X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=create-sql.lisp;h=348131169d7d156c9f64f6745cfee64cb77497e8;hb=750cc1891b279fb8fa6a9e4e8bd699a0cb874485;hp=763418d14ef9447cdd8b2ac153c8ffe585370ba0;hpb=66261c2e75caf0c281ea9e5c21e99b024a0f33da;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 763418d..3481311 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: create-sql.lisp,v 1.6 2003/06/10 22:30:16 kevin Exp $ +;;;; $Id: create-sql.lisp,v 1.7 2003/07/21 09:46:22 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. @@ -154,7 +154,8 @@ conn))) (defun sql-create-special-tables (conn) - (make-usrl conn)) + (make-usrl conn) + (make-ustats)) (defun create-umls-db-by-insert () "SQL Databases: initializes entire database via SQL insert commands"