firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221

This commit is contained in:
Thomas Müller 2016-04-25 14:33:19 +02:00 committed by Morris Jobke
parent 22ff97256e
commit dda942a917
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 3 additions and 1 deletions

View File

@ -259,11 +259,13 @@ CREATE TABLE calendarobjects (
<name>firstoccurence</name>
<type>integer</type>
<unsigned>true</unsigned>
<length>11</length>
</field>
<field>
<name>lastoccurence</name>
<type>integer</type>
<unsigned>true</unsigned>
<length>11</length>
</field>
<field>
<name>uid</name>

View File

@ -5,7 +5,7 @@
<description>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>0.2.3</version>
<version>0.2.4</version>
<default_enable/>
<types>
<filesystem/>