fix: extend allowed card title length (#301)
* feat: update card title from varchar to text * feat: add input length validation * fix: slice title when longer than max chars during import
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user