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