mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added assigneeId to Issue
This commit is contained in:
2
packages/backend/drizzle/0003_steady_swordsman.sql
Normal file
2
packages/backend/drizzle/0003_steady_swordsman.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "Issue" ADD COLUMN "assigneeId" integer;--> statement-breakpoint
|
||||
ALTER TABLE "Issue" ADD CONSTRAINT "Issue_assigneeId_User_id_fk" FOREIGN KEY ("assigneeId") REFERENCES "public"."User"("id") ON DELETE no action ON UPDATE no action;
|
||||
Reference in New Issue
Block a user