1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Add support for MUC MAM

This commit is contained in:
Evgeniy Khramtsov 2015-08-06 13:33:39 +03:00
parent c71d57a05d
commit 40feed723d
7 changed files with 246 additions and 148 deletions

View file

@ -93,6 +93,8 @@ CREATE TABLE archive (
xml text NOT NULL,
txt text,
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE,
kind varchar(10),
nick varchar(250),
created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB CHARACTER SET utf8;