Commit graph

20 commits

Author SHA1 Message Date
Aleksander Machniak
6ffc15cded utf8 -> utf8mb4 2021-10-26 11:55:50 +02:00
Aleksander Machniak
3178a149ad Add backticks in some sql queries, cleanup 2021-10-01 08:41:16 +02:00
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
de17aff957 Add schema files for sqlite databases (for testing purposes) 2015-05-13 09:55:36 +02:00
Aleksander Machniak
d2e7c27bf4 Initial DDL for Oracle 2014-09-15 12:26:03 +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
d2d831b775 Improve indexes in postgres.initial.sql 2014-05-09 08:55:27 +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
Thomas Bruederli
821fab28c0 Fix author string 2013-07-25 11:07:53 +02:00
Thomas Bruederli
9df99187df Add database schema file for Postgres (#2044) 2013-07-25 11:06:13 +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
Thomas Bruederli
e292aec5dc Added upgrading instructions for the calendar module (#1179) 2012-11-08 12:18:28 +01:00
Thomas Bruederli
394fb8f56d Store event alarm status by event uid + user id. Attention: database schema changed! 2012-05-16 18:58:57 +02:00
Aleksander Machniak (Kolab Systems)
65abe8a4cb Added package.xml files, some cleanups 2011-11-21 11:20:48 +01:00
Thomas Bruederli
a0c3d7b7ae Use CREATE TABLE IF NOT EXISTS for database initialisation script; fix license statement 2011-10-30 12:42:29 +01:00
Thomas
37cb27f2f3 Added fallback to accept/decline invitations by URL if recipient doesn't understand iTIP + small refactoring if itip code 2011-09-02 18:49:30 +02:00
Thomas Bruederli
f2666513bf Add support for alarm notifications with local storage in DB 2011-06-27 11:47:52 -04:00