xref: /plugin/davcal/db/update0003.sql (revision e05a9e4ce8d5eea570eeaab549bb1c7f175cf322)
1CREATE TABLE calendarsettings (
2    id integer primary key asc,
3    key text,
4    value text,
5    userid text
6);
7