readded migrations

This commit is contained in:
waleed
2026-01-15 15:13:26 -08:00
parent 432a40efc2
commit 29ab351d0d
3 changed files with 10328 additions and 0 deletions

View 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;

File diff suppressed because it is too large Load Diff

View File

@@ -1002,6 +1002,13 @@
"when": 1768518143986,
"tag": "0143_puzzling_xorn",
"breakpoints": true
},
{
"idx": 144,
"version": "7",
"when": 1768518787133,
"tag": "0144_gifted_vanisher",
"breakpoints": true
}
]
}