addons-server/migrations/207-fix-collation.sql

3 строки
116 B
SQL

ALTER TABLE users_blacklistedpassword convert TO charset utf8;
ALTER TABLE users_blacklistedpassword engine=InnoDB;