aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/6589_characters_groups.sql
diff options
context:
space:
mode:
authorwin32 <none@none>2009-12-18 12:09:53 +0200
committerwin32 <none@none>2009-12-18 12:09:53 +0200
commit3d142e144879e4bb6ea69b4eca81668df5f86768 (patch)
treebd228b7fe1e3bd45e609e79c7cdf366f6530f8ba /sql/updates/6589_characters_groups.sql
parent0b410e3ed4edfd448b06b744c82cd8182c803180 (diff)
sql updates for 3.2.2a
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/6589_characters_groups.sql')
-rw-r--r--sql/updates/6589_characters_groups.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6589_characters_groups.sql b/sql/updates/6589_characters_groups.sql
new file mode 100644
index 00000000000..f1d5ba5aac2
--- /dev/null
+++ b/sql/updates/6589_characters_groups.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `groups`
+ ADD COLUMN `raiddifficulty` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `difficulty`; \ No newline at end of file