Merge pull request #14532 from owncloud/defaultvalueforremoteid

Add default value for remote_id
This commit is contained in:
Vincent Petry 2015-02-26 16:46:12 +01:00
commit 1777609d47
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
<field>
<name>remote_id</name>
<type>integer</type>
<default>-1</default>
<notnull>true</notnull>
<length>4</length>
</field>

View File

@ -1 +1 @@
0.6.0
0.6.1