Skip to content

Commit b268db6

Browse files
authored
fix(api): add long body migration (#1091)
Add the generated Drizzle and Flyway migration artifacts for changing conversation_content.body from varchar to text. Deploy: api
1 parent 73a1f1f commit b268db6

4 files changed

Lines changed: 11896 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "conversation_content" ALTER COLUMN "body" SET DATA TYPE text;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "conversation_content" ALTER COLUMN "body" SET DATA TYPE text;

0 commit comments

Comments
 (0)