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:
parent
c71d57a05d
commit
40feed723d
7 changed files with 246 additions and 148 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue