diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-02-26 16:46:12 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-02-26 16:46:12 +0100 |
commit | 1777609d4723829bfe12e136ccf70bbbd9a1b5c0 (patch) | |
tree | 995c67cddb771518117a33093e7fe1875e9341e0 /apps/files_sharing | |
parent | 9baf758150e348f7e1f0edf57bb432a0cbf6ff1b (diff) | |
parent | 80e5ad3131624b2a901233f006513ffb94406163 (diff) | |
download | nextcloud-server-1777609d4723829bfe12e136ccf70bbbd9a1b5c0.tar.gz nextcloud-server-1777609d4723829bfe12e136ccf70bbbd9a1b5c0.zip |
Merge pull request #14532 from owncloud/defaultvalueforremoteid
Add default value for remote_id
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/appinfo/database.xml | 1 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index 38718ab0773..a70be408da4 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -25,6 +25,7 @@ <field> <name>remote_id</name> <type>integer</type> + <default>-1</default> <notnull>true</notnull> <length>4</length> </field> diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version index a918a2aa18d..ee6cdce3c29 100644 --- a/apps/files_sharing/appinfo/version +++ b/apps/files_sharing/appinfo/version @@ -1 +1 @@ -0.6.0 +0.6.1 |