change the schema content to be text for markdown streaming

This commit is contained in:
dal 2025-08-05 11:38:43 -06:00
parent e35608fa44
commit b8ad52cf28
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
4 changed files with 8912 additions and 2000 deletions

View File

@ -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

View File

@ -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