feat: add truncate query handling in migration process; update job configuration to remove commented truncate SQL
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user