diff scripts/dbmigrate-test @ 7414:3158cf0dafb7

cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 2c3d30095d5e
children 0a9ddb8cd8c1
line wrap: on
line diff
--- a/scripts/dbmigrate-test	Sun Nov 18 20:02:17 2018 +0100
+++ b/scripts/dbmigrate-test	Sun Nov 18 20:02:17 2018 +0100
@@ -104,7 +104,7 @@
     cd "$temp/from"
     . "$temp/from-env/bin/activate"
     announce "Initializing database..."
-    quiet_if_ok gearbox setup-db -c "$config_file" --repos="$temp/repos" --user=doe --email=doe@example.com --password=123456 --no-public-access --force-yes
+    quiet_if_ok kallithea-cli db-create -c "$config_file" --repos="$temp/repos" --user=doe --email=doe@example.com --password=123456 --no-public-access --force-yes
     alembic -c "$config_file" current -v
 )