Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1726607
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
622 B
Subscribers
None
View Options
diff --git a/db/update0005.sql b/db/update0005.sql
--- a/db/update0005.sql
+++ b/db/update0005.sql
@@ -1,1 +1,2 @@
-ALTER TABLE calendars ADD disabled integer 0;
+ALTER TABLE calendars ADD disabled integer;
+UPDATE calendars SET disabled = 0;
diff --git a/plugin.info.txt b/plugin.info.txt
--- a/plugin.info.txt
+++ b/plugin.info.txt
@@ -1,7 +1,7 @@
base davcal
author Andreas Boehler
email dev@aboehler.at
-date 2016-09-12
+date 2016-09-13
name Calendar PlugIn with CalDAV sharing support
desc Create one calendar per page and share/subscribe via CalDAV
url http://www.dokuwiki.org/plugin:davcal
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Dec 5, 2:39 AM (6 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
531750
Default Alt Text
(622 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment