aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/drivers/database/SQL/postgres/2015022700.sql
blob: 0de989e85b61b530c4c71a51653f2392f24947db (plain) (blame)
1
2
3
4
5
6
7
8
9
-- add identifier for recurring instances and exceptions

ALTER TABLE events ADD instance character varying(16) NOT NULL;
ALTER TABLE events ADD isexception smallint NOT NULL DEFAULT '0';

-- extend alarms columns for multiple values

ALTER TABLE events ALTER COLUMN alarms TYPE text;

© 2014-2024 Faster IT GmbH | imprint | privacy policy