We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f989b commit 208a794Copy full SHA for 208a794
sql/dj_setup_database.in
@@ -364,6 +364,10 @@ bare-install|install)
364
export DB_FIRST_INSTALL=1
365
symfony_console doctrine:migrations:migrate -n
366
unset DB_FIRST_INSTALL
367
+ echo "----- snip"
368
+ cat ~/.my.cnf
369
+ echo "----- snap"
370
+ symfony_console cache:clear
371
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
372
if [ "$1" = "install" ]; then
373
install_examples
0 commit comments