Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Nov 25, 2024
1 parent 95f989b commit 208a794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/dj_setup_database.in
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ bare-install|install)
export DB_FIRST_INSTALL=1
symfony_console doctrine:migrations:migrate -n
unset DB_FIRST_INSTALL
echo "----- snip"
cat ~/.my.cnf
echo "----- snap"
symfony_console cache:clear
DBUSER=$domjudge_DBUSER PASSWD=$domjudge_PASSWD symfony_console domjudge:load-default-data
if [ "$1" = "install" ]; then
install_examples
Expand Down

0 comments on commit 208a794

Please sign in to comment.