Commit graph

7 commits

Author SHA1 Message Date
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
Thomas Bruederli
0e40a59ae2 Don't restrict alarms primary key to event/alarm UID but include user_id 2014-08-26 16:02:16 +02:00
Aleksander Machniak
6123e40040 Fix version numbers in initial.sql files, fix event_id -> alarm_id in postgres.initial.sql 2014-05-09 08:44:59 +02:00
Thomas Bruederli
93d2b69bb9 Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring 2014-04-17 17:49:00 +02:00
Thomas Bruederli
497451ea24 Use CREATE TABLE IF NOT EXISTS in database init scripts 2013-08-25 12:40:44 +02:00
Aleksander Machniak
fab095205e Fix typos in DB version strings (there should be no .sql suffix) 2013-02-19 14:31:36 +01:00
Aleksander Machniak
7672e60ecb Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01:00
Renamed from plugins/calendar/drivers/kolab/SQL/mysql.sql (Browse further)