Skip to content

Commit

Permalink
Revert "5795-Creating the new partitions for the new coverage table (#…
Browse files Browse the repository at this point in the history
…1292)" (#1294)

This reverts commit c055a01.
  • Loading branch information
Sadibhatla authored Nov 15, 2023
1 parent c055a01 commit 18b79dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ databaseChangeLog:
file: db/changelog/v2023/add_columns_to_coverage.sql
- include:
file: db/changelog/v2023/add_optout_property.sql
- include:
file: db/changelog/v2023/extend_coverage_partition.sql
- include:
file: db/changelog/v2023/create_current_mbi_table.sql
- include:
file: db/changelog/v2023/create_current_mbi_procedure.sql

file: db/changelog/v2023/create_current_mbi_procedure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ create table if not exists tst_2022 partition of tst
for values in (2022);

create table if not exists tst_2023 partition of tst
for values in (2023);

create table if not exists tst_2024 partition of tst
for values in (2024);

create table if not exists tst_2025 partition of tst
for values in (2025);
for values in (2023);

This file was deleted.

0 comments on commit 18b79dc

Please sign in to comment.