aboutsummaryrefslogtreecommitdiffstats
path: root/update.sql
diff options
context:
space:
mode:
Diffstat (limited to 'update.sql')
-rw-r--r--update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sql b/update.sql
new file mode 100644
index 000000000..9b5a881d7
--- /dev/null
+++ b/update.sql
@@ -0,0 +1,2 @@
+ ALTER TABLE `item` CHANGE `allow_uid` `allow_cid` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
+CHANGE `deny_uid` `deny_cid` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;