From 80ad21a68daf9b32288098b5f57d83d3089d1792 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 1 Jul 2026 16:37:08 -0400 Subject: [PATCH] fix(db): align preview migration annotations with created tables Signed-off-by: Josh --- core/Migrations/Version33000Date20250819110529.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { /**