mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
readded migrations
This commit is contained in:
3
packages/db/migrations/0144_gifted_vanisher.sql
Normal file
3
packages/db/migrations/0144_gifted_vanisher.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "session" ADD COLUMN "impersonated_by" text;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "role" text;--> statement-breakpoint
|
||||
ALTER TABLE "session" ADD CONSTRAINT "session_impersonated_by_user_id_fk" FOREIGN KEY ("impersonated_by") REFERENCES "public"."user"("id") ON DELETE cascade ON UPDATE no action;
|
||||
10318
packages/db/migrations/meta/0144_snapshot.json
Normal file
10318
packages/db/migrations/meta/0144_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1002,6 +1002,13 @@
|
||||
"when": 1768518143986,
|
||||
"tag": "0143_puzzling_xorn",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 144,
|
||||
"version": "7",
|
||||
"when": 1768518787133,
|
||||
"tag": "0144_gifted_vanisher",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user