Skip to content

Commit c8792b4

Browse files
committed
Add default column for _GlobalConfig
1 parent ba1104f commit c8792b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Schema.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ defaultColumns = {
6060
"expiresAt": {type:'Date'},
6161
"createdWith": {type:'Object'},
6262
},
63+
_GlobalConfig: {
64+
"params": {type:'Object'}
65+
},
6366
}
6467

6568
// Valid classes must:

0 commit comments

Comments
 (0)