Merge pull request #14532 from owncloud/defaultvalueforremoteid
Add default value for remote_id
This commit is contained in:
commit
1777609d47
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
<field>
|
||||
<name>remote_id</name>
|
||||
<type>integer</type>
|
||||
<default>-1</default>
|
||||
<notnull>true</notnull>
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.6.0
|
||||
0.6.1
|
||||
|
|
Loading…
Reference in a new issue