mirror of https://github.com/buster-so/buster.git
fix typo
This commit is contained in:
parent
e94142a582
commit
a8a48006cb
|
@ -14,7 +14,7 @@ ALTER TABLE "users" ALTER COLUMN "suggested_prompts" SET DEFAULT '{
|
||||||
],
|
],
|
||||||
"help": [
|
"help": [
|
||||||
"what types of analyses can you perform?",
|
"what types of analyses can you perform?",
|
||||||
"what questions can I as buster?",
|
"what questions can I ask buster?",
|
||||||
"what data models are available for queries?",
|
"what data models are available for queries?",
|
||||||
"can you explain your forecasting capabilities?"
|
"can you explain your forecasting capabilities?"
|
||||||
]
|
]
|
||||||
|
|
|
@ -5596,7 +5596,7 @@
|
||||||
"type": "jsonb",
|
"type": "jsonb",
|
||||||
"primaryKey": false,
|
"primaryKey": false,
|
||||||
"notNull": true,
|
"notNull": true,
|
||||||
"default": "'{\n \"suggestedPrompts\": {\n \"report\": [\n \"provide a trend analysis of quarterly profits\",\n \"evaluate product performance across regions\"\n ],\n \"dashboard\": [\n \"create a sales performance dashboard\",\n \"design a revenue forecast dashboard\"\n ],\n \"visualization\": [\n \"create a metric for monthly sales\",\n \"show top vendors by purchase volume\"\n ],\n \"help\": [\n \"what types of analyses can you perform?\",\n \"what questions can I as buster?\",\n \"what data models are available for queries?\",\n \"can you explain your forecasting capabilities?\"\n ]\n },\n \"updatedAt\": \"2024-01-01T00:00:00.000Z\"\n }'::jsonb"
|
"default": "'{\n \"suggestedPrompts\": {\n \"report\": [\n \"provide a trend analysis of quarterly profits\",\n \"evaluate product performance across regions\"\n ],\n \"dashboard\": [\n \"create a sales performance dashboard\",\n \"design a revenue forecast dashboard\"\n ],\n \"visualization\": [\n \"create a metric for monthly sales\",\n \"show top vendors by purchase volume\"\n ],\n \"help\": [\n \"what types of analyses can you perform?\",\n \"what questions can I ask buster?\",\n \"what data models are available for queries?\",\n \"can you explain your forecasting capabilities?\"\n ]\n },\n \"updatedAt\": \"2024-01-01T00:00:00.000Z\"\n }'::jsonb"
|
||||||
},
|
},
|
||||||
"personalization_enabled": {
|
"personalization_enabled": {
|
||||||
"name": "personalization_enabled",
|
"name": "personalization_enabled",
|
||||||
|
|
Loading…
Reference in New Issue