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