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
{
"exactCount" : 20000,
"scripts": [
{
"run": "after",
"snippetPath": "migration/make_organization_code_unique.sql",
"fromModuleVersion": "mod-organizations-storage-2.2.2"
},
{
"run": "after",
"snippetPath": "migration/make_organization_code_unique.sql",
"fromModuleVersion": "mod-organizations-storage-3.0.2"
},
{
"run": "after",
"snippetPath": "migration/make_organization_export_to_accounting_default.sql",
"fromModuleVersion": "mod-organizations-storage-3.2.0"
},
{
"run": "after",
"snippetPath": "organization_type_check_reference_triggers.sql",
"fromModuleVersion": "mod-organizations-storage-4.3.0"
}
],
"tables": [
{
"tableName": "addresses",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "categories",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true,
"ginIndex": [
{
"fieldName": "values",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
}
]
},
{
"tableName": "contacts",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "emails",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "interfaces",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "interface_credentials",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"foreignKeys": [
{
"fieldName": "interfaceId",
"targetTable": "interfaces"
}
]
},
{
"tableName": "phone_numbers",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "urls",
"fromModuleVersion": "mod-organizations-storage-2.0.0",
"withMetadata": true
},
{
"tableName": "organizations",
"fromModuleVersion": "mod-organizations-storage-4.3.0",
"withMetadata": true,
"fullTextIndex": [
{
"fieldName": "aliases",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "code",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "contacts",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "erpCode",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "interfaces",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "language",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "name",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "status",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "taxId",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
}
],
"ginIndex": [
{
"fieldName": "organizationTypes",
"tOps": "ADD",
"caseSensitive": true,
"removeAccents": false
}
]
},
{
"tableName": "organization_types",
"fromModuleVersion": "mod-organizations-storage-4.3.0",
"withMetadata": true,
"fullTextIndex" : [
{
"fieldName" : "name",
"tOps" : "ADD"
},
{
"fieldName" : "status",
"tOps" : "ADD"
}
]
}
]
}