File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ CREATE DATABASE IF NOT EXISTS \`$DB_NAME\` /*!40100 DEFAULT CHARACTER SET utf8mb
3535CREATE DATABASE IF NOT EXISTS \` OpalDB\` /*!40100 DEFAULT CHARACTER SET latin1 */;
3636CREATE DATABASE IF NOT EXISTS \` QuestionnaireDB\` /*!40100 DEFAULT CHARACTER SET utf8 */;
3737EOIF
38- echo "Successfully created DB "
38+ echo "Successfully created DBs "
3939echo "Granting privileges to DB user..."
4040MYSQL_PWD=${DB_ROOT_PASSWORD} mariadb --protocol tcp --skip-ssl --user ${DB_ROOT_USER} --host ${DB_HOST} --port ${DB_PORT} <<'EOIF'
4141GRANT ALL PRIVILEGES ON \` $DB_NAME \` .* TO '$DB_USER '@'%';
Original file line number Diff line number Diff line change @@ -50,5 +50,6 @@ docker compose run --rm db-management python -m db_management.run_sql_scripts Op
5050
5151docker compose exec admin cat opal/core/management/commands/files/initialize_firebase_users.js | docker compose exec --no-TTY listener node
5252docker compose exec admin python manage.py find_deviations
53+ docker compose exec admin python manage.py find_questionnaire_respondent_deviations
5354
5455echo " Test data successfully reset."
You can’t perform that action at this time.
0 commit comments