X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=create-sql.lisp;h=83c1a22e65bc28aaca13f13967682dc21b6a0829;hb=e34ed32c0c1b5fa230505357e71add61ab0b5c87;hp=4a4413a1aa2e93e7f1f4431c7fb6ed66fedbfcf2;hpb=f4ea91e2cf0eb22db02498e54d1f75ef5dcd4239;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 4a4413a..83c1a22 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -262,7 +262,8 @@ This is much faster that using create-umls-db-insert." (sql-create-indexes conn) (sql-create-custom-tables conn) (sql-create-indexes conn +custom-index-cols+) - (sql-create-special-tables conn)))) + (sql-create-special-tables conn))) + t) (defun translate-all-files (&optional (extension "-trans")) "Copy translated files and return postgresql copy commands to import"