From 3230fc4d024b91a2fb5d60807e17daae19c0cc9a Mon Sep 17 00:00:00 2001 From: Gyx <2359980687@qq.com> Date: Tue, 10 Jan 2012 10:07:22 +0800 Subject: P10: Update account expansion default 3 for 4.x Signed-off-by: Gyx <2359980687@qq.com> --- sql/updates/auth/2012_01_10_00_auth_account_4x.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2012_01_10_00_auth_account_4x.sql (limited to 'sql/updates/auth') 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'; -- cgit v1.2.3