mysql_fix_aliases.sql 104 B

1
  1. ALTER TABLE `User_auth_alias` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT, add PRIMARY KEY (`id`);