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 ded9ef3 commit f06e918Copy full SHA for f06e918
sql/dj_setup_database.in
@@ -387,11 +387,6 @@ bare-install|install)
387
;;
388
389
upgrade)
390
- # check for legacy dbpasswords.secret content
391
- if grep -Eq ^team: $PASSWDFILE >/dev/null 2>&1 ; then
392
- echo "Warning: please remove all non-jury users from $PASSWDFILE"
393
- echo "You may also remove those users from MySQL."
394
- fi
395
read_dbpasswords
396
397
# Check if we need to upgrade the Doctrine migrations table
0 commit comments