Skip to content

Commit

Permalink
cherrypick Migration Count Report
Browse files Browse the repository at this point in the history
  • Loading branch information
etcart committed Sep 20, 2024
1 parent f81f9d2 commit d5f711b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const up = async (knex: Knex): Promise<void> => {
'Dead-Letter Processing',
'Kinesis Replay',
'Reconciliation Report',
'Migration Count Report',
'Data Migration',
'SQS Replay',
]));
Expand All @@ -39,6 +40,7 @@ export const down = async (knex: Knex): Promise<void> => {
'Dead-Letter Processing',
'Kinesis Replay',
'Reconciliation Report',
'Migration Count Report',
'Data Migration',
])
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const up = async (knex: Knex): Promise<void> => {
'DLA Migration',
'Kinesis Replay',
'Reconciliation Report',
'Migration Count Report',
'Data Migration',
'SQS Replay',
]));
Expand All @@ -40,6 +41,7 @@ export const down = async (knex: Knex): Promise<void> => {
'Dead-Letter Processing',
'Kinesis Replay',
'Reconciliation Report',
'Migration Count Report',
'Data Migration',
'SQS Replay',
])
Expand Down

0 comments on commit d5f711b

Please sign in to comment.