firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221
This commit is contained in:
parent
22ff97256e
commit
dda942a917
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue