Skip to content

Commit

Permalink
Shredding complete message should not list recovery tables when featu…
Browse files Browse the repository at this point in the history
…re is disabled
  • Loading branch information
istreeter authored and oguzhanunlu committed Jan 30, 2024
1 parent d26217e commit 68817f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object Redshift {
loadAuthMethod,
discoveredShredModels.shredModel,
tableName,
isRecovery
isRecovery && !isMigrationDisabled
)
}
.toList
Expand Down

0 comments on commit 68817f7

Please sign in to comment.