MySQL Migrations: Minor correcton to Region/Estate split

(some Estate SQL left behind in the Region migration)
This commit is contained in:
AlexRa
2010-05-23 11:36:40 +03:00
parent 52a3dbd076
commit 05d9ca1b26
2 changed files with 12 additions and 6 deletions

View File

@@ -717,12 +717,6 @@ ALTER TABLE regionsettings ADD COLUMN loaded_creation_datetime int unsigned NOT
COMMIT;
:VERSION 32 #---------------------
BEGIN;
ALTER TABLE estate_settings AUTO_INCREMENT = 100;
COMMIT;
:VERSION 33 #---------------------
BEGIN;