From c145ad47323465bd9d1c589cdffe79c38b16ca7a Mon Sep 17 00:00:00 2001 From: smirnovaae Date: Tue, 21 Nov 2023 14:03:20 -0800 Subject: [PATCH] addressing pr comment --- .../db/changelog/test_only/coverage-fake-partitions.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/db/changelog/test_only/coverage-fake-partitions.sql b/common/src/main/resources/db/changelog/test_only/coverage-fake-partitions.sql index 208486044..d54950873 100644 --- a/common/src/main/resources/db/changelog/test_only/coverage-fake-partitions.sql +++ b/common/src/main/resources/db/changelog/test_only/coverage-fake-partitions.sql @@ -21,8 +21,8 @@ create table if not exists tst_2022 partition of tst create table if not exists tst_2023 partition of tst for values in (2023); -create table if not exists tst_2023 partition of tst +create table if not exists tst_2024 partition of tst for values in (2024); -create table if not exists tst_2023 partition of tst +create table if not exists tst_2025 partition of tst for values in (2025); \ No newline at end of file