Merge pull request #61705 from nextcloud/jtr/db-migrations-previews

fix(db): align preview migration annotations with created tables
pull/61720/merge
Carl Schwan 2 months ago committed by GitHub
commit 6d18a40bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      core/Migrations/Version33000Date20250819110529.php

@ -20,8 +20,9 @@ use Override;
/**
*
*/
#[CreateTable(table: 'preview', description: 'Holds the preview data')]
#[CreateTable(table: 'preview_locations', description: 'Holds the preview location in an object store')]
#[CreateTable(table: 'preview_versions', description: 'Holds the preview version data')]
#[CreateTable(table: 'previews', description: 'Holds the preview data')]
class Version33000Date20250819110529 extends SimpleMigrationStep {
#[Override]

Loading…
Cancel
Save