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