Skip to content

Commit

Permalink
Merge pull request #19 from owncloud/bigint
Browse files Browse the repository at this point in the history
Use bigint for fileid
  • Loading branch information
Vincent Petry authored Aug 1, 2017
2 parents 10c8ee3 + 11d5265 commit 9e469b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<type>integer</type>
<default>0</default>
<notnull>true</notnull>
<length>4</length>
<length>10</length>
</field>
<field>
<name>status</name>
Expand Down Expand Up @@ -41,4 +41,4 @@
</index>
</declaration>
</table>
</database>
</database>
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<info>
<id>search_elastic</id>
<name>Elasticsearch</name>
<version>0.2.3</version>
<version>0.2.4</version>
<licence>Commercial</licence>
<author>ownCloud Inc.</author>
<dependencies>
Expand Down

0 comments on commit 9e469b3

Please sign in to comment.