use new meta setting for storage/folder
This commit is contained in:
parent
89ec658652
commit
876e11b0c9
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
(in-package :scopes/storage/folder)
|
||||
|
||||
(defclass folder (tracking:track)
|
||||
((shape:head-fields :initform '(:parentid :name :ref))
|
||||
((shape:meta :initform
|
||||
(make-instance 'shape:record-meta
|
||||
:head-fields '(:parentid :name :ref))
|
||||
:allocation :class)
|
||||
(tracking:key-fields :initform '(:parentid :name))))
|
||||
|
||||
(defun indexes (cont)
|
||||
|
|
Loading…
Add table
Reference in a new issue