From 19f821d00a2ce2e2b6bc5b972a6cc9759ff3e4ee Mon Sep 17 00:00:00 2001 From: kaelima Date: Mon, 26 Mar 2012 05:14:10 +0200 Subject: Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and dbwise) Also fix connecting with realmflag & 4 --- sql/updates/auth/2012_03_26_00_auth_realmlist.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/auth/2012_03_26_00_auth_realmlist.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/2012_03_26_00_auth_realmlist.sql b/sql/updates/auth/2012_03_26_00_auth_realmlist.sql new file mode 100644 index 00000000000..0a570a31773 --- /dev/null +++ b/sql/updates/auth/2012_03_26_00_auth_realmlist.sql @@ -0,0 +1,2 @@ +ALTER TABLE `realmlist` + CHANGE `color` `flag` tinyint(3) unsigned NOT NULL DEFAULT '2'; -- cgit v1.2.3