diff --git a/apps/dav/appinfo/database.xml b/apps/dav/appinfo/database.xml
index b0a7ad4f2a..71dec63906 100644
--- a/apps/dav/appinfo/database.xml
+++ b/apps/dav/appinfo/database.xml
@@ -31,18 +31,22 @@ CREATE TABLE addressbooks (
principaluri
text
+ 255
displayname
text
+ 255
uri
text
+ 255
description
text
+ 255
synctoken
@@ -102,6 +106,7 @@ CREATE TABLE cards (
uri
text
+ 255
lastmodified
@@ -150,6 +155,7 @@ CREATE TABLE addressbookchanges (
uri
text
+ 255
synctoken
@@ -219,6 +225,7 @@ CREATE TABLE calendarobjects (
uri
text
+ 255
calendarid
@@ -246,6 +253,7 @@ CREATE TABLE calendarobjects (
componenttype
text
+ 8
firstoccurence
@@ -260,6 +268,7 @@ CREATE TABLE calendarobjects (
uid
text
+ 255
calobjects_index
@@ -304,14 +313,17 @@ CREATE TABLE calendarobjects (
principaluri
text
+ 255
displayname
text
+ 255
uri
text
+ 255
synctoken
@@ -323,6 +335,7 @@ CREATE TABLE calendarobjects (
description
text
+ 255
calendarorder
@@ -342,6 +355,7 @@ CREATE TABLE calendarobjects (
components
text
+ 20
transparent
@@ -387,6 +401,7 @@ CREATE TABLE calendarobjects (
uri
text
+ 255
synctoken
@@ -456,10 +471,12 @@ CREATE TABLE calendarobjects (
principaluri
text
+ 255
source
text
+ 255
displayname
@@ -541,6 +558,7 @@ CREATE TABLE calendarobjects (
principaluri
text
+ 255
calendardata
@@ -549,6 +567,7 @@ CREATE TABLE calendarobjects (
uri
text
+ 255
lastmodified
@@ -658,10 +677,12 @@ CREATE TABLE calendarobjects (
principaluri
text
+ 255
type
text
+ 255
access
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 82d0f7cf8a..b7c7267dce 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
ownCloud WebDAV endpoint
AGPL
owncloud.org
- 0.2.2
+ 0.2.3