db-patch-mysql-auth.sql 89 B

12
  1. ALTER TABLE `User_auth` DROP `ip_int_end`;
  2. ALTER TABLE `User_auth` ADD INDEX(`deleted`);