mirror of https://github.com/buster-so/buster.git
change the schema content to be text for markdown streaming
This commit is contained in:
parent
e35608fa44
commit
b8ad52cf28
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE "asset_search" ALTER COLUMN "asset_type" SET DATA TYPE text;--> statement-breakpoint
|
||||
ALTER TABLE "dashboard_files" ALTER COLUMN "content" SET DEFAULT '[]'::jsonb;--> statement-breakpoint
|
||||
ALTER TABLE "report_files" ALTER COLUMN "content" SET DATA TYPE text;
|
File diff suppressed because it is too large
Load Diff
|
@ -617,6 +617,13 @@
|
|||
"when": 1754359807604,
|
||||
"tag": "0087_create_report_table_foreign_keys",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 88,
|
||||
"version": "7",
|
||||
"when": 1754415507954,
|
||||
"tag": "0088_puzzling_vanisher",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue