aboutsummaryrefslogtreecommitdiff
path: root/sql/mysql.new.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql.new.sql')
-rw-r--r--sql/mysql.new.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql.new.sql b/sql/mysql.new.sql
index 3c9e9ed58..0f564f08f 100644
--- a/sql/mysql.new.sql
+++ b/sql/mysql.new.sql
@@ -276,7 +276,7 @@ CREATE TABLE pubsub_item (
publisher text NOT NULL,
creation varchar(32) NOT NULL,
modification varchar(32) NOT NULL,
- payload text NOT NULL
+ payload mediumtext NOT NULL
) ENGINE=InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE INDEX i_pubsub_item_itemid ON pubsub_item(itemid(36));
CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item(nodeid, itemid(36));