aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/8116_characters_groups.sql
diff options
context:
space:
mode:
authorteacher <none@none>2010-05-26 20:21:38 +0200
committerteacher <none@none>2010-05-26 20:21:38 +0200
commitee86f72217bc7658a0666142a30b54631d0f9170 (patch)
tree7769da955a885bc92e82ba497e6a73c437d44b54 /sql/updates/8116_characters_groups.sql
parent249a5f77228a9d7d34910a29cc60e2f59532cd13 (diff)
Moved sql update files to 333a_old dir.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/8116_characters_groups.sql')
-rw-r--r--sql/updates/8116_characters_groups.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/updates/8116_characters_groups.sql b/sql/updates/8116_characters_groups.sql
deleted file mode 100644
index a75bb274ffb..00000000000
--- a/sql/updates/8116_characters_groups.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE `groups` CHANGE `isRaid` `groupType` MEDIUMINT(8) UNSIGNED NOT NULL;
-UPDATE `groups` SET `groupType`=2 where `groupType`=1;