mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 07:59:00 +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
|
||||
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
|
||||
run_sql_file "scripts/tables.sql"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user