mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Merge 79ab6bb47c
into 4dea2f1eb6
This commit is contained in:
commit
36a4d7cc33
9 changed files with 36 additions and 34 deletions
|
@ -281,8 +281,8 @@ CREATE TABLE pubsub_item (
|
|||
nodeid bigint,
|
||||
itemid text NOT NULL,
|
||||
publisher text NOT NULL,
|
||||
creation varchar(32) NOT NULL,
|
||||
modification varchar(32) NOT NULL,
|
||||
creation BIGINT UNSIGNED NOT NULL,
|
||||
modification BIGINT UNSIGNED 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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue