feat: add canCreateEnvironments column to member table and update metadata

- Introduced a new boolean column `canCreateEnvironments` to the `member` table with a default value of false.
- Updated journal and snapshot metadata files to include the new migration details.
This commit is contained in:
Mauricio Siu
2025-10-05 00:09:23 -06:00
parent fb0ed494fc
commit fa8722f6c8
3 changed files with 6623 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "member" ADD COLUMN "canCreateEnvironments" boolean DEFAULT false NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@@ -806,6 +806,13 @@
"when": 1759643172958,
"tag": "0114_dry_black_tom",
"breakpoints": true
},
{
"idx": 115,
"version": "7",
"when": 1759644540829,
"tag": "0115_serious_black_bird",
"breakpoints": true
}
]
}