r9192: fix :db-type to :db-kind
[clsql.git] / tests / test-init.lisp
index 6b8ddedc5c04eb6abd0799a46fc3a1e5fc708254..feee1d5ff328b9499ac31017536dfedc396bef28 100644 (file)
 
 (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)