feat: comment out TRUNCATE statements in pre_sql for MANZANA and PUERTO jobs

This commit is contained in:
2026-04-16 11:46:24 -05:00
parent 5484716b81
commit 098cf36e3c

View File

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