X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=feee1d5ff328b9499ac31017536dfedc396bef28;hb=dfc357251d94b2d93ffc79f6d979769066dc8f52;hp=6b8ddedc5c04eb6abd0799a46fc3a1e5fc708254;hpb=e7359cb3f285d3a53b768b13484caf11bc6f47b1;p=clsql.git 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)