Cleaned up MySql migrations a bit more, got rid of all old-form migration files. Restored Presence table to its taboo-breaking form.

This commit is contained in:
Diva Canto
2010-05-20 20:24:50 -07:00
parent 13c22015e5
commit 213e372253
5 changed files with 8 additions and 32 deletions

View File

@@ -801,6 +801,9 @@ BEGIN;
ALTER TABLE estate_settings AUTO_INCREMENT = 100;
COMMIT;
:VERSION 33 #---------------------
BEGIN;
ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
COMMIT;