aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkaelima <kaelima@live.se>2012-03-26 05:14:10 +0200
committerkaelima <kaelima@live.se>2012-03-26 05:14:10 +0200
commit19f821d00a2ce2e2b6bc5b972a6cc9759ff3e4ee (patch)
tree927202e64c16a7ead7855009ca8f75826835fc82 /sql
parentc38bf4498ac72528caec60c4750fe2cd7f492233 (diff)
Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and dbwise)
Also fix connecting with realmflag & 4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/auth/2012_03_26_00_auth_realmlist.sql2
1 files changed, 2 insertions, 0 deletions
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';