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 754779b commit 6b647b6Copy full SHA for 6b647b6
sql/dj_setup_database.in
@@ -351,11 +351,6 @@ bare-install|install)
351
;;
352
353
upgrade)
354
- # check for legacy dbpasswords.secret content
355
- if grep -Eq ^team: $PASSWDFILE >/dev/null 2>&1 ; then
356
- echo "Warning: please remove all non-jury users from $PASSWDFILE"
357
- echo "You may also remove those users from MySQL."
358
- fi
359
read_dbpasswords
360
361
# Check if we need to upgrade the Doctrine migrations table
0 commit comments