chore: remove deprecated SQL migration files for member permissions

- Deleted SQL migration files `0111_magical_nova.sql` and `0112_serious_hellcat.sql` which added `canCreateEnvironments` and `canCreateEnvironmentsInProjects` columns to the `member` table.
- Updated journal and snapshot metadata files to reflect the removal of these migrations.
This commit is contained in:
Mauricio Siu
2025-10-05 00:08:02 -06:00
parent bdf0a932fe
commit 6d2728f5f0
5 changed files with 0 additions and 13155 deletions

View File

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

View File

@@ -1 +0,0 @@
ALTER TABLE "member" ADD COLUMN "canCreateEnvironmentsInProjects" text[] DEFAULT ARRAY[]::text[] NOT NULL;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -778,20 +778,6 @@
"when": 1757189541734,
"tag": "0110_red_psynapse",
"breakpoints": true
},
{
"idx": 111,
"version": "7",
"when": 1757672897316,
"tag": "0111_magical_nova",
"breakpoints": true
},
{
"idx": 112,
"version": "7",
"when": 1757673510039,
"tag": "0112_serious_hellcat",
"breakpoints": true
}
]
}