Skip to content

Commit 80ad21a

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
fix(db): align preview migration annotations with created tables
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent e1567b9 commit 80ad21a

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)