From 35f378aef9e2da3b24b2adb182f165d52da6a09b Mon Sep 17 00:00:00 2001 From: KingPin Date: Mon, 20 Oct 2008 12:23:56 -0500 Subject: [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 --- sql/updates/83_realmd.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/83_realmd.sql (limited to 'sql') 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 -- cgit v1.2.3