feat: refactor migration job to use preSQL and postSQL from TargetTable; update config structure for job definitions

This commit is contained in:
2026-04-21 12:30:40 -05:00
parent bd51223855
commit 9964ef819b
3 changed files with 15 additions and 15 deletions

View File

@@ -28,8 +28,8 @@ jobs:
target:
schema: Cartografia
table: MANZANA
pre_sql:
- 'SELECT 1'
pre_sql:
- 'SELECT 1'
range:
min: 1000000
max: 2000000
@@ -45,7 +45,7 @@ jobs:
target:
schema: Red
table: PUERTO
pre_sql:
- 'SELECT 1'
post_sql:
- "SELECT 1"
pre_sql:
- 'SELECT 1'
post_sql:
- "SELECT 1"