mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
6 lines
144 B
SQL
6 lines
144 B
SQL
--
|
|
-- A patch to fix a field in ss13_ban_mirrors.
|
|
--
|
|
|
|
ALTER TABLE `ss13_ban_mirrors` CHANGE `id` `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT;
|