feat: implement data generation and loading for MANZANA with improved structure and logging
This commit is contained in:
@@ -14,9 +14,9 @@ type MigrationJob struct {
|
||||
|
||||
var migrationJobs []MigrationJob = []MigrationJob{
|
||||
{
|
||||
Schema: "Cartografia",
|
||||
Table: "MANZANA",
|
||||
PrimaryKey: "GDB_ARCHIVE_OID",
|
||||
Schema: "Red",
|
||||
Table: "PUERTO",
|
||||
PrimaryKey: "ID_PUERTO",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user