roundcubemail-plugins-kolab/plugins/calendar/drivers/kolab/SQL/mysql
Aleksander Machniak de8e018c4a Fix kolab_alarms table schema for MariaDB (Bifrost#T163148)
Error: Specified key was too long; max key length is 767 bytes, is caused
by missing charset specification for the table. Maria's default
charset is utf8mb4 making the varchar(255) field too big for a key.
2019-05-28 13:54:00 +02:00
..
2012080600.sql Fix kolab_alarms table schema for MariaDB (Bifrost#T163148) 2019-05-28 13:54:00 +02:00
2013011000.sql Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01:00
2014041700.sql Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring 2014-04-17 17:49:00 +02:00
2014082600.sql Don't restrict alarms primary key to event/alarm UID but include user_id 2014-08-26 16:02:16 +02:00