Adding the db migration files

This commit is contained in:
Wells Bunker 2025-09-11 08:33:32 -06:00
parent c2a3ca0875
commit f135fccf0f
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
3 changed files with 7166 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CREATE TYPE "public"."message_analysis_mode_enum" AS ENUM('auto', 'standard', 'investigation');--> statement-breakpoint
ALTER TABLE "users" ALTER COLUMN "suggested_prompts" SET DEFAULT '{"suggestedPrompts":{"report":["provide a trend analysis of quarterly profits","evaluate product performance across regions"],"dashboard":["create a sales performance dashboard","design a revenue forecast dashboard"],"visualization":["create a metric for monthly sales","show top vendors by purchase volume"],"help":["what types of analyses can you perform?","what questions can I as buster?","what data models are available for queries?","can you explain your forecasting capabilities?"]},"updatedAt":"2025-09-11T14:33:15.846Z"}'::jsonb;--> statement-breakpoint
ALTER TABLE "messages" ADD COLUMN "message_analysis_mode" "message_analysis_mode_enum" DEFAULT 'auto' NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@ -659,6 +659,13 @@
"when": 1757567231254,
"tag": "0093_flimsy_hemingway",
"breakpoints": true
},
{
"idx": 94,
"version": "7",
"when": 1757601195877,
"tag": "0094_military_zarek",
"breakpoints": true
}
]
}