xref
: /
plugin
/
davcal
/
db
/
update0005.sql
(revision d1ab5b8c57c43596cd84aa2d50349044128f1828)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
ALTER
TABLE
calendars
ADD
disabled
integer
;
2
UPDATE
calendars
SET
disabled
=
0
;
3