diff options
author | Louis Chemineau <louis@chmn.me> | 2023-11-15 18:30:40 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2023-11-16 09:21:55 +0100 |
commit | 95938d32d957d8e1977e9949a18e5f14a0ce23fc (patch) | |
tree | 69b2f6d3261bbc84ed4e863059016e611c3d503b /core/Migrations | |
parent | 33e07121d2cd0768209e5aad9d01a48ca7046aa8 (diff) | |
download | nextcloud-server-95938d32d957d8e1977e9949a18e5f14a0ce23fc.tar.gz nextcloud-server-95938d32d957d8e1977e9949a18e5f14a0ce23fc.zip |
Add migration from the old to new metadata tables
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'core/Migrations')
-rw-r--r-- | core/Migrations/Version28000Date20231004103301.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Migrations/Version28000Date20231004103301.php b/core/Migrations/Version28000Date20231004103301.php index 8888bf51910..f1ce479d0fa 100644 --- a/core/Migrations/Version28000Date20231004103301.php +++ b/core/Migrations/Version28000Date20231004103301.php @@ -31,6 +31,7 @@ use OCP\DB\Types; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; +// Create new tables for the Metadata API (files_metadata and files_metadata_index). class Version28000Date20231004103301 extends SimpleMigrationStep { public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { /** @var ISchemaWrapper $schema */ |