From dfc357251d94b2d93ffc79f6d979769066dc8f52 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 1 May 2004 21:42:19 +0000 Subject: [PATCH] r9192: fix :db-type to :db-kind --- tests/test-init.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1