Remove 'is_default' field from snapshot metadata in 0114_snapshot.json to streamline project permissions configuration.

This commit is contained in:
Mauricio Siu
2025-11-02 22:04:05 -06:00
parent 0b58092c8a
commit dddb866233

View File

@@ -421,13 +421,6 @@
"primaryKey": false,
"notNull": false
},
"is_default": {
"name": "is_default",
"type": "boolean",
"primaryKey": false,
"notNull": true,
"default": false
},
"canCreateProjects": {
"name": "canCreateProjects",
"type": "boolean",