feat(modules): modules added to frontend
This commit is contained in:
3
migrations/0024_uneven_the_fury.sql
Normal file
3
migrations/0024_uneven_the_fury.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "modules" RENAME COLUMN "name" TO "module_name";--> statement-breakpoint
|
||||
DROP INDEX "module_name";--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX "module_name" ON "modules" USING btree ("module_name");
|
||||
3
migrations/0025_foamy_mattie_franklin.sql
Normal file
3
migrations/0025_foamy_mattie_franklin.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "modules" RENAME COLUMN "module_name" TO "name";--> statement-breakpoint
|
||||
DROP INDEX "module_name";--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX "module_name" ON "modules" USING btree ("name");
|
||||
1739
migrations/meta/0024_snapshot.json
Normal file
1739
migrations/meta/0024_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1739
migrations/meta/0025_snapshot.json
Normal file
1739
migrations/meta/0025_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -169,6 +169,20 @@
|
||||
"when": 1761781568161,
|
||||
"tag": "0023_minor_marvel_zombies",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 24,
|
||||
"version": "7",
|
||||
"when": 1761829793348,
|
||||
"tag": "0024_uneven_the_fury",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 25,
|
||||
"version": "7",
|
||||
"when": 1761830426770,
|
||||
"tag": "0025_foamy_mattie_franklin",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user