feat: add truncate query handling in migration process; update job configuration to remove commented truncate SQL

This commit is contained in:
2026-04-21 11:40:02 -05:00
parent aa71eeb5c1
commit bd51223855
3 changed files with 23 additions and 3 deletions

View File

@@ -135,6 +135,7 @@ func processMigrationJobs(
transformer,
loader,
job,
targetDb.GetDialect(),
)
chJobResults <- res