diff options
author | alecpl <alec@alec.pl> | 2008-11-25 10:17:57 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-25 10:17:57 +0000 |
commit | debdda011717e63945a0f6a9db6ab77b30a47079 (patch) | |
tree | 275bbcbd12446a28c387ba9fd68e7daa76c4fd85 /SQL/mysql.update.sql | |
parent | 938e96a3e594cd96612eba53e6c81fb39b74017e (diff) |
#1485420: remove default (and not null) for users.language column in DDL
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r-- | SQL/mysql.update.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 74ff5330f..5590099d0 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -41,3 +41,6 @@ ALTER TABLE `session` ALTER TABLE `cache` ADD INDEX `created_index` (`created`); + +ALTER TABLE `users` + CHANGE `language` `language` varchar(5); |