diff --git a/core/Migrations/Version33000Date20250819110529.php b/core/Migrations/Version33000Date20250819110529.php index 03ae05da9e5e7..2a1929810b4f1 100644 --- a/core/Migrations/Version33000Date20250819110529.php +++ b/core/Migrations/Version33000Date20250819110529.php @@ -20,8 +20,9 @@ /** * */ -#[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]