diff --git a/core/Migrations/Version33000Date20250819110529.php b/core/Migrations/Version33000Date20250819110529.php index 32a25b0e33c47..85c32608936ce 100644 --- a/core/Migrations/Version33000Date20250819110529.php +++ b/core/Migrations/Version33000Date20250819110529.php @@ -18,8 +18,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 { /**