mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added lower case country code on correction.
This commit is contained in:
parent
f636c0ee19
commit
7c81f8a610
1 changed files with 5 additions and 0 deletions
|
|
@ -27,5 +27,10 @@ do
|
|||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "$MODE" == "correct" ]; then
|
||||
mysql --defaults-file=$SQLCONFFILE -h localhost -e "update ""$DBNAME"".""$TABLEPREFIX""_users set country = lower(country);"
|
||||
fi
|
||||
|
||||
echo "INVALID: $INVALIDCOUNT"
|
||||
echo "VALID: $VALIDCOUNT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue