X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/d0c40011bbac91e8ab43ddcda2a1e9a5d479c5bd..d1bb68e0d5a36d6fd290ff82fd16d2663f207e4e:/src/mewa/mewa.lisp?ds=sidebyside diff --git a/src/mewa/mewa.lisp b/src/mewa/mewa.lisp index ef3ae70..919adb3 100644 --- a/src/mewa/mewa.lisp +++ b/src/mewa/mewa.lisp @@ -86,7 +86,6 @@ attributes is an alist keyed on the attribute nreeame." (defmethod default-attributes ((model t)) (append (mapcar #'(lambda (s) (cons (car s) (gen-pslot (if (meta-model:foreign-key-p model (car s)) - 'ucw::foreign-key (cadr s)) (string (car s)) (car s)))) (meta-model:list-slot-types model)) @@ -128,7 +127,8 @@ attributes is an alist keyed on the attribute nreeame." :accessor use-instance-class-p :initform t) (initializedp :initform nil) - (modifiedp :accessor modifiedp :initform nil))) + (modifiedp :accessor modifiedp :initform nil) + (modifications :accessor modifications :initform nil))) (defmethod attributes :around ((self mewa))