mirror of https://github.com/buster-so/buster.git
db migration generation
This commit is contained in:
parent
db252c9e7a
commit
886d2bfb11
|
@ -0,0 +1,3 @@
|
|||
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-11T23:39:21.533Z"}'::jsonb;--> statement-breakpoint
|
||||
ALTER TABLE "users" ADD COLUMN "personalization_enabled" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "users" ADD COLUMN "personalization_config" jsonb DEFAULT '{}'::jsonb NOT NULL;
|
File diff suppressed because it is too large
Load Diff
|
@ -666,6 +666,13 @@
|
|||
"when": 1757601195877,
|
||||
"tag": "0094_military_zarek",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 95,
|
||||
"version": "7",
|
||||
"when": 1757633961558,
|
||||
"tag": "0095_quiet_penance",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue