Skip to content

Commit

Permalink
refactor: EXPOSED-454 add execute alter table ddl log
Browse files Browse the repository at this point in the history
  • Loading branch information
hungrytech committed Jul 20, 2024
1 parent ed56541 commit ffbc611
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ object SchemaUtils {
addMissingColumnsStatements(tables = tables, withLogs)
}
logTimeSpent("Executing alter table statements", withLogs) {
alterStatements.forEach { exposedLogger.info("Alter table statements to execute - $it") }
execStatements(inBatch, alterStatements)
commit()
}
Expand Down

0 comments on commit ffbc611

Please sign in to comment.