Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"tables": [
{
"tableName": "file_definitions",
"fromModuleVersion": "mod-data-export-1.1.1",
"withMetadata": true,
"withAuditing": false,
"customSnippetPath": "custom_snippets/job_execution_sequence.sql"
},
{
"tableName": "mapping_profiles",
"fromModuleVersion": "mod-data-export-2.1.0",
"withMetadata": true,
"withAuditing": false,
"uniqueIndex": [{
"fieldName": "name"
}
]
},
{
"tableName": "job_profiles",
"fromModuleVersion": "mod-data-export-2.1.0",
"withMetadata": true,
"withAuditing": false,
"foreignKeys": [
{
"fieldName": "mappingProfileId",
"targetTable": "mapping_profiles",
"tOps": "ADD"
}
],
"uniqueIndex": [{
"fieldName": "name"
}
]
},
{
"tableName" : "job_executions",
"fromModuleVersion": "mod-data-export-2.1.0",
"withAuditing": false,
"index": [{
"fieldName" : "status",
"tOps": "DELETE"
}
],
"fullTextIndex": [{
"fieldName" : "status",
"tOps": "ADD"
}
],
"uniqueIndex": [{
"fieldName": "hrId"
}
],
"foreignKeys": [
{
"fieldName": "jobProfileId",
"targetTable": "job_profiles",
"tOps": "ADD"
}
]
},
{
"tableName": "error_logs",
"fromModuleVersion": "mod-data-export-2.2.0",
"withMetadata": true,
"withAuditing": false,
"foreignKeys": [
{
"fieldName": "jobProfileId",
"targetTable": "job_profiles",
"tOps": "ADD"
}
]
}
],
"scripts": [
{
"run": "after",
"snippetPath": "migration_scripts/rename_progress_current_to_exported.sql",
"fromModuleVersion": "mod-data-export-2.0.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/add_job_profile_id.sql",
"fromModuleVersion": "mod-data-export-2.1.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/rename_job_statuses.sql",
"fromModuleVersion": "mod-data-export-2.2.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/add_last_updated_date_to_job.sql",
"fromModuleVersion": "mod-data-export-2.2.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/change_progress_total_data_type.sql",
"fromModuleVersion": "mod-data-export-3.1.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/remove_hasSameTagInHoldings.sql",
"fromModuleVersion": "mod-data-export-3.0.2"
},
{
"run": "after",
"snippetPath": "migration_scripts/update_transformations_mapping_profile.sql",
"fromModuleVersion": "mod-data-export-3.0.2"
},
{
"run": "after",
"snippetPath": "migration_scripts/migrate_error_log_reason_to_errorMessageCode.sql",
"fromModuleVersion": "mod-data-export-3.1.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/remove_hasSameTagInItems.sql",
"fromModuleVersion": "mod-data-export-3.1.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/rename_default_job_profile.sql",
"fromModuleVersion": "mod-data-export-4.3.0"
},
{
"run": "after",
"snippetPath": "migration_scripts/update_job_profile_default_value.sql",
"fromModuleVersion": "mod-data-export-4.5.1"
},
{
"run": "after",
"snippetPath": "migration_scripts/update_mapping_profile_default_value.sql",
"fromModuleVersion": "mod-data-export-4.5.1"
}
]
}