summaryrefslogtreecommitdiff
path: root/SQL/mysql
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-29 12:12:26 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-29 12:12:26 +0200
commitb6f7304d69918e31dd701d4c041169aa05934aee (patch)
treeff1d2df4b811abe19d9cc0e313ce0a67fd29b771 /SQL/mysql
parentd7428263e9282f189fc902dc3bc8e9d37ea83284 (diff)
Fix too small length of users.preferences column data type on MySQL
Diffstat (limited to 'SQL/mysql')
-rw-r--r--SQL/mysql/2014042900.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQL/mysql/2014042900.sql b/SQL/mysql/2014042900.sql
new file mode 100644
index 000000000..9d93716d1
--- /dev/null
+++ b/SQL/mysql/2014042900.sql
@@ -0,0 +1 @@
+ALTER TABLE `users` CHANGE `preferences` `preferences` longtext;