mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Merge branch 'master' of github.com:processone/ejabberd
This commit is contained in:
commit
3327da72a6
1 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ CREATE TABLE carboncopy (
|
||||||
PRIMARY KEY (server_host(191), username(191), resource(191))
|
PRIMARY KEY (server_host(191), username(191), resource(191))
|
||||||
) ENGINE=InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
) ENGINE=InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||||
|
|
||||||
CREATE INDEX i_carboncopy_sh_user ON carboncopy (server_host, username(75));
|
CREATE INDEX i_carboncopy_sh_user ON carboncopy (server_host(191), username(75));
|
||||||
|
|
||||||
CREATE TABLE proxy65 (
|
CREATE TABLE proxy65 (
|
||||||
sid text NOT NULL,
|
sid text NOT NULL,
|
||||||
|
@ -446,4 +446,4 @@ CREATE TABLE push_session (
|
||||||
PRIMARY KEY (server_host(191), username(191), timestamp)
|
PRIMARY KEY (server_host(191), username(191), timestamp)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE UNIQUE INDEX i_push_session_susn ON push_session (server_host, username(191), service(191), node(191));
|
CREATE UNIQUE INDEX i_push_session_susn ON push_session (server_host(191), username(191), service(191), node(191));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue