migration.yml 766 B

1234567891011121314151617181920212223242526
  1. migration:
  2. type: DATABASE
  3. sourceDatabase:
  4. type: sqlserver
  5. host: 192.168.100.25
  6. port: 1433
  7. name: callpartner
  8. username: sa
  9. password: D4tacom!
  10. properties: encrypt=true;trustServerCertificate=true;
  11. schema:
  12. - table: organization
  13. history: organizationhistory
  14. group:
  15. attribute:
  16. id: history.organization_id
  17. code: organization_code
  18. name: organization_name
  19. description: description
  20. email: organization_email
  21. emailOnOverBudget: sendemail_overbudget
  22. parent_id: history.parent_organization_id
  23. structure: history.organization_id_structure
  24. appliedDate: history.app_datetime
  25. expiredDate: history.exp_datetime
  26. cpid: history.organization_id