From 292c806ab22df351ca8b0cc198498f9b3779e647 Mon Sep 17 00:00:00 2001 From: drewc Date: Thu, 16 Jun 2005 21:06:14 -0700 Subject: [PATCH] added :clsql and exporting sync-instance darcs-hash:20050617040614-39164-0ba84d48ef2c95075213db771e631705df7a03c1.gz --- src/packages.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/packages.lisp b/src/packages.lisp index 2111530..1b9f849 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,5 +1,5 @@ (defpackage :meta-model - (:use :common-lisp ) + (:use :common-lisp :clsql) (:export :meta-model-class :meta-model.base-type @@ -30,7 +30,8 @@ :find-default-value :explode-foreign-key :list-has-many - :list-many-to-many)) + :list-many-to-many + :sync-instance)) (defpackage :mewa -- 2.20.1