mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Merge pull request #3656 from pitchum/master
Add missing pgsql migration for table push_session
This commit is contained in:
commit
545a2f0097
@ -156,6 +156,12 @@
|
||||
-- CREATE INDEX i_sm_sh_username ON sm USING btree (server_host, username);
|
||||
-- ALTER TABLE sm ALTER COLUMN server_host DROP DEFAULT;
|
||||
|
||||
-- ALTER TABLE push_session ADD COLUMN server_host text NOT NULL DEFAULT '<HOST>';
|
||||
-- DROP INDEX i_push_usn;
|
||||
-- DROP INDEX i_push_ut;
|
||||
-- ALTER TABLE push_session ADD PRIMARY KEY (server_host, username, timestamp);
|
||||
-- CREATE UNIQUE INDEX i_push_session_susn ON push_session USING btree (server_host, username, service, node);
|
||||
|
||||
|
||||
CREATE TABLE users (
|
||||
username text NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user