diff options
-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 |