mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-05 23:03:53 +03:00
fix(migration): fixed incorrect key
This commit is contained in:
parent
05453677ad
commit
9226be4b75
@ -43,7 +43,7 @@ fi
|
|||||||
# Ask user whether to create tables or run migrations
|
# Ask user whether to create tables or run migrations
|
||||||
CHOICE=$(gum choose --header "Choose an option" "Create all tables (First Time)" "Run Migrations (After updating Quivr)")
|
CHOICE=$(gum choose --header "Choose an option" "Create all tables (First Time)" "Run Migrations (After updating Quivr)")
|
||||||
|
|
||||||
if [ "$CHOICE" == "Create all tables" ]; then
|
if [ "$CHOICE" == "Create all tables (First Time)" ]; then
|
||||||
# Running the tables.sql file to create tables
|
# Running the tables.sql file to create tables
|
||||||
run_sql_file "scripts/tables.sql"
|
run_sql_file "scripts/tables.sql"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user