aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKingPin <none@none>2008-10-20 12:23:56 -0500
committerKingPin <none@none>2008-10-20 12:23:56 -0500
commit35f378aef9e2da3b24b2adb182f165d52da6a09b (patch)
tree317bd32acf1b2447ed11cd6b9962e000dfaeaffc /sql
parenta1d00528a32f124f99ea26273b7172c2a5e2868e (diff)
[svn] * fixed help for subcommands - source mangos
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/83_realmd.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/83_realmd.sql b/sql/updates/83_realmd.sql
new file mode 100644
index 00000000000..344fdbed948
--- /dev/null
+++ b/sql/updates/83_realmd.sql
@@ -0,0 +1,2 @@
+ALTER TABLE account
+ CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; \ No newline at end of file