Commit 215cbfd5 authored by Stas Boukarev's avatar Stas Boukarev
Browse files

Remove :db-type from id and relations slots.

parent 802fd25b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -179,14 +179,12 @@
       :initarg :id
       :initform nil
       :storep nil
       :read-only-p t
       :db-type :integer)
       :read-only-p t)
   (relations :initarg :relations
              :initform nil
              :accessor relations
              :storep nil
              :read-only-p t
              :db-type :integer))
              :read-only-p t))
  (:metaclass storable-class))

(defgeneric relation (object type))