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

@@ -30,7 +30,6 @@ jobs:
table: MANZANA
pre_sql:
- 'SELECT 1'
# - 'TRUNCATE TABLE "Cartografia"."MANZANA"'
range:
min: 1000000
max: 2000000
@@ -48,6 +47,5 @@ jobs:
table: PUERTO
pre_sql:
- 'SELECT 1'
# - 'TRUNCATE TABLE "Red"."PUERTO"'
post_sql:
- "SELECT 1"