mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Revert "added sm table to pg.sql"
This commit is contained in:
parent
da68b9a572
commit
05011e6918
15
sql/pg.sql
15
sql/pg.sql
@ -288,18 +288,3 @@ CREATE TABLE caps_features (
|
|||||||
);
|
);
|
||||||
|
|
||||||
CREATE INDEX i_caps_features_node_subnode ON caps_features USING btree (node, subnode);
|
CREATE INDEX i_caps_features_node_subnode ON caps_features USING btree (node, subnode);
|
||||||
|
|
||||||
CREATE TABLE sm (
|
|
||||||
usec bigint NOT NULL,
|
|
||||||
pid text NOT NULL,
|
|
||||||
node text NOT NULL,
|
|
||||||
username text NOT NULL,
|
|
||||||
resource text NOT NULL,
|
|
||||||
priority text NOT NULL,
|
|
||||||
info text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE UNIQUE INDEX i_sid ON sm USING btree (usec, pid);
|
|
||||||
CREATE INDEX i_node ON sm USING btree (node);
|
|
||||||
CREATE INDEX i_username ON sm USING btree (username);
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user