feat: update card title from varchar to text

This commit is contained in:
Henry
2025-12-29 22:05:30 +00:00
parent 73c9b326a1
commit 4d6ecb7d41
4 changed files with 2988 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE "card_activity" ALTER COLUMN "fromTitle" SET DATA TYPE text;--> statement-breakpoint
ALTER TABLE "card_activity" ALTER COLUMN "toTitle" SET DATA TYPE text;--> statement-breakpoint
ALTER TABLE "card" ALTER COLUMN "title" SET DATA TYPE text;