summaryrefslogtreecommitdiff
path: root/bin/heat-db-setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-db-setup')
-rwxr-xr-xbin/heat-db-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/heat-db-setup b/bin/heat-db-setup
index b0e39ac74..8df02aa08 100755
--- a/bin/heat-db-setup
+++ b/bin/heat-db-setup
@@ -289,7 +289,7 @@ rm $log_conf
# Do a final sanity check on the database.
-echo "SELECT * FROM migrate_version;" | mysql -u heat --password=${MYSQL_HEAT_PW} heat > /dev/null
+echo "SELECT * FROM alembic_version;" | mysql -u heat --password=${MYSQL_HEAT_PW} heat > /dev/null
if ! [ $? -eq 0 ]
then
echo "Final sanity check failed." >&2