From 3a5d2dbed8f089b112eba7998e2ad0d2508f01cb Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 20 Jun 2018 12:27:44 +0300 Subject: Move mod_irc to ejabberd-contrib --- sql/pg.sql | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sql/pg.sql') diff --git a/sql/pg.sql b/sql/pg.sql index 4863cb721..a0cfe0ea6 100644 --- a/sql/pg.sql +++ b/sql/pg.sql @@ -320,15 +320,6 @@ CREATE TABLE muc_room_subscribers ( CREATE INDEX i_muc_room_subscribers_host_jid ON muc_room_subscribers USING btree (host, jid); CREATE UNIQUE INDEX i_muc_room_subscribers_host_room_jid ON muc_room_subscribers USING btree (host, room, jid); -CREATE TABLE irc_custom ( - jid text NOT NULL, - host text NOT NULL, - data text NOT NULL, - created_at TIMESTAMP NOT NULL DEFAULT now() -); - -CREATE UNIQUE INDEX i_irc_custom_jid_host ON irc_custom USING btree (jid, host); - CREATE TABLE motd ( username text PRIMARY KEY, xml text, -- cgit v1.2.3