File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { NodeMetadataManager } from './node-metadata-manager.js';
55import { DEFAULT_METADATA_TYPE_REGISTRY } from '@objectstack/spec/kernel' ;
66import type { MetadataPluginConfig } from '@objectstack/spec/kernel' ;
77import { SysMetadataObject } from './objects/sys-metadata.object.js' ;
8+ import { SysMetadataHistoryObject } from './objects/sys-metadata-history.object.js' ;
89
910export interface MetadataPluginOptions {
1011 rootDir ?: string ;
@@ -57,7 +58,7 @@ export class MetadataPlugin implements Plugin {
5758 version : '1.0.0' ,
5859 type : 'plugin' ,
5960 namespace : 'sys' ,
60- objects : [ SysMetadataObject ] ,
61+ objects : [ SysMetadataObject , SysMetadataHistoryObject ] ,
6162 } ) ;
6263 } catch {
6364 // ObjectQL not loaded yet — objects will be discovered via legacy fallback
You can’t perform that action at this time.
0 commit comments