addons-server/migrations/372-auth-user-unicode2.sql

4 строки
203 B
SQL

-- In addition to converting the table, also need to convert this column. See
-- bug 731639
ALTER TABLE auth_user MODIFY COLUMN username varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;