feat(modules): modules added to frontend
This commit is contained in:
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");
|
||||
Reference in New Issue
Block a user