24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-22 22:23:42 +02:00
xmpp.chapril.org-ejabberd/sql
Stu Tomlinson 5e94fdcfd5 MS SQL schema fixes
* Add missing 'mix' tables and indexes

* Fix text vs varchar issues

Various tests triggered this error:
The data types text and varchar are incompatible in the equal to operator.

Caused by incompatible 'text' columns in muc_online_room,
muc_online_users, pubsub_node_option, and pubsub_node tables.

* Fix definition of mqtt_pub table

This table incorrectly included 'server_host' column in old schema, and
had other inconsistencies.
2023-01-19 23:35:05 +00:00
..
lite.new.sql Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01:00
lite.sql Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01:00
mssql.sql MS SQL schema fixes 2023-01-19 23:35:05 +00:00
mysql.new.sql Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01: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 Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01:00
pg.new.sql Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01:00
pg.sql Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +01:00