diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index dd6a5072c7c1a..66fbad4deb88a 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -10,7 +10,7 @@ Federated file sharing Provide federated file sharing across servers Provide federated file sharing across servers - 2.0.0-dev.0 + 2.0.0-dev.1 agpl Bjoern Schiessle Roeland Jago Douma diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 36d854766f3c0..ddf83a9f0503b 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -14,7 +14,7 @@ Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation. - 2.0.0-dev.0 + 2.0.0-dev.1 agpl Michael Gapczynski Bjoern Schiessle diff --git a/apps/files_sharing/lib/Migration/Version33000Date20260306120000.php b/apps/files_sharing/lib/Migration/Version33000Date20260306120000.php index ae419194d95a5..40d1ea5a871af 100644 --- a/apps/files_sharing/lib/Migration/Version33000Date20260306120000.php +++ b/apps/files_sharing/lib/Migration/Version33000Date20260306120000.php @@ -56,6 +56,8 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $table->addColumn('access_token_expires', Types::INTEGER, [ 'notnull' => false, 'default' => null, + 'length' => 11, + 'unsigned' => true, ]); $changed = true; }