refactor: add reverse configuration and enhance transformation logic for PostgreSQL to SQL Server migration

This commit is contained in:
2026-05-29 13:23:00 -05:00
parent f844004942
commit 13cd02a824
5 changed files with 102 additions and 84 deletions

View File

@@ -41,13 +41,13 @@ func main() {
seedManzanas(ctx, db)
})
wgSeed.Go(func() {
seedPuertos(ctx, db)
})
// wgSeed.Go(func() {
// seedPuertos(ctx, db)
// })
wgSeed.Go(func() {
seedSiteHolderAttach(ctx, db)
})
// wgSeed.Go(func() {
// seedSiteHolderAttach(ctx, db)
// })
wgSeed.Wait()
}