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