From: Kevin M. Rosenberg Date: Sat, 1 May 2004 21:42:19 +0000 (+0000) Subject: r9192: fix :db-type to :db-kind X-Git-Tag: v3.8.6~563 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=dfc357251d94b2d93ffc79f6d979769066dc8f52;hp=e7359cb3f285d3a53b768b13484caf11bc6f47b1;p=clsql.git r9192: fix :db-type to :db-kind --- diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 6b8dded..feee1d5 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -90,12 +90,12 @@ (def-view-class company () ((companyid - :db-type :key + :db-kind :key :db-constraints :not-null :type integer :initarg :companyid) (groupid - :db-type :key + :db-kind :key :db-constraints :not-null :type integer :initarg :groupid)