chore: remove deprecated user_template_bookmarks table and associated metadata

This commit is contained in:
Mauricio Siu
2026-04-03 21:31:40 -06:00
parent 09dd7cc938
commit 1b3b439257
4 changed files with 0 additions and 6808 deletions

View File

@@ -1,9 +0,0 @@
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_temp_id_fk" FOREIGN KEY ("userId") REFERENCES "public"."user_temp"("id") ON DELETE cascade ON UPDATE no action;

View File

@@ -1,9 +0,0 @@
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,13 +848,6 @@
"when": 1762632540024,
"tag": "0120_lame_captain_midlands",
"breakpoints": true
},
{
"idx": 121,
"version": "7",
"when": 1762718038370,
"tag": "0121_parched_riptide",
"breakpoints": true
}
]
}