Skip to content

Commit

Permalink
-> Re-enable seed-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
s-paquette committed Feb 19, 2020
1 parent e98e6e9 commit 6f91c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/database-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ ! -f ${HOMEROOT}/scripts/${METADATA_SQL_FILE} ]; then
fi
echo "Applying SQL Table File... (may take a while)"
#mysql -u$MYSQL_ROOT_USER -h $MYSQL_DB_HOST -p$MYSQL_ROOT_PASSWORD -D$DATABASE_NAME < ${HOMEROOT}/scripts/${METADATA_SQL_FILE}
mysql -u$MYSQL_ROOT_USER -h $MYSQL_DB_HOST -p$MYSQL_ROOT_PASSWORD -D$DATABASE_NAME < ${HOMEROOT}/scripts/${METADATA_SQL_FILE}
echo "Adding Django site IDs..."
python3 ${HOMEROOT}/scripts/add_site_ids.py
Expand Down

0 comments on commit 6f91c80

Please sign in to comment.