Skip to content

Commit 921bc63

Browse files
Merge pull request #61750 from nextcloud/backport/61705/stable33
[stable33] fix(db): align preview migration annotations with created tables
2 parents bc9e4b3 + 80ad21a commit 921bc63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/Migrations/Version33000Date20250819110529.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
/**
1919
*
2020
*/
21-
#[CreateTable(table: 'preview', description: 'Holds the preview data')]
2221
#[CreateTable(table: 'preview_locations', description: 'Holds the preview location in an object store')]
22+
#[CreateTable(table: 'preview_versions', description: 'Holds the preview version data')]
23+
#[CreateTable(table: 'previews', description: 'Holds the preview data')]
2324
class Version33000Date20250819110529 extends SimpleMigrationStep {
2425

2526
/**

0 commit comments

Comments
 (0)