xmpp.chapril.org-ejabberd/sql
Badlop d3aa329769 Fix vcard_search definition in pgsql new schema (thanks to Stu Tomlinson)(#3695)
How to update an existing database:
ALTER TABLE vcard_search DROP CONSTRAINT vcard_search_pkey;
ALTER TABLE vcard_search ADD PRIMARY KEY (server_host, lusername);
2021-10-14 15:28:00 +02:00
..
lite.new.sql Add missing indexes to sql sr_group tables 2021-05-18 18:29:32 +02:00
lite.sql Add missing indexes to sql sr_group tables 2021-05-18 18:29:32 +02:00
mssql.sql Add mqtt_pub table definition for MSSQL (#3097) 2021-06-14 12:22:21 +02:00
mysql.new.sql Fix typo when creating index (thanks to Millesimus) 2021-08-05 13:52:38 +02:00
mysql.old-to-new.sql Add indexes from 95fa43aa to the old-to-new MySQL schema update script 2021-09-27 16:33:23 +02:00
mysql.sql MySQL Backend Patch for scram-sha512 (#3582) 2021-05-20 13:32:50 +02:00
pg.new.sql Fix vcard_search definition in pgsql new schema (thanks to Stu Tomlinson)(#3695) 2021-10-14 15:28:00 +02:00
pg.sql Add missing indexes to sql sr_group tables 2021-05-18 18:29:32 +02:00