aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorGyx <2359980687@qq.com>2012-01-10 10:07:22 +0800
committerGyx <2359980687@qq.com>2012-01-10 10:07:22 +0800
commit3230fc4d024b91a2fb5d60807e17daae19c0cc9a (patch)
treec5b9720f2ad87fe59b6d31ce53eaf045174671cc /sql/updates
parentc84de34ab674f5c67bf7843a33e9ee63b5c0b124 (diff)
P10: Update account expansion default 3 for 4.x
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2012_01_10_00_auth_account_4x.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2012_01_10_00_auth_account_4x.sql b/sql/updates/auth/2012_01_10_00_auth_account_4x.sql
new file mode 100644
index 00000000000..1e9016575fc
--- /dev/null
+++ b/sql/updates/auth/2012_01_10_00_auth_account_4x.sql
@@ -0,0 +1 @@
+ALTER TABLE `account` CHANGE COLUMN `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '3';