| 1234567891011121314151617181920212223242526 |
- migration:
- type: DATABASE
- sourceDatabase:
- type: sqlserver
- host: 192.168.100.25
- port: 1433
- name: callpartner
- username: sa
- password: D4tacom!
- properties: encrypt=true;trustServerCertificate=true;
- schema:
- - table: organization
- history: organizationhistory
- group:
- attribute:
- id: history.organization_id
- code: organization_code
- name: organization_name
- description: description
- email: organization_email
- emailOnOverBudget: sendemail_overbudget
- parent_id: history.parent_organization_id
- structure: history.organization_id_structure
- appliedDate: history.app_datetime
- expiredDate: history.exp_datetime
- cpid: history.organization_id
|