chore: regenerate migration after merge

This commit is contained in:
Bima42
2025-11-09 21:02:01 +01:00
parent d1ebc133aa
commit eae83674b0
3 changed files with 6799 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
CREATE TABLE IF NOT EXISTS "user_template_bookmarks" (
"id" text PRIMARY KEY NOT NULL,
"userId" text NOT NULL,
"templateId" text NOT NULL,
"createdAt" timestamp DEFAULT now() NOT NULL,
CONSTRAINT "user_template_bookmarks_userId_templateId_unique" UNIQUE("userId","templateId")
);
--> statement-breakpoint
ALTER TABLE "user_template_bookmarks" ADD CONSTRAINT "user_template_bookmarks_userId_user_id_fk" FOREIGN KEY ("userId") REFERENCES "public"."user"("id") ON DELETE cascade ON UPDATE no action;

File diff suppressed because it is too large Load Diff

View File

@@ -848,6 +848,13 @@
"when": 1762632540024,
"tag": "0120_lame_captain_midlands",
"breakpoints": true
},
{
"idx": 121,
"version": "7",
"when": 1762718038370,
"tag": "0121_parched_riptide",
"breakpoints": true
}
]
}