Merge pull request #503 from oxteam/patch-1

Fix down procedure for Secretary Provider
This commit is contained in:
Alex Tselegidis 2020-03-10 20:15:18 +01:00 committed by GitHub
commit 683b7a4d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@ class Migration_Change_column_types extends CI_Migration {
]
];
$this->dbforge->modify_column('ea_roles', $fields);
$this->dbforge->modify_column('ea_secretaries_providers', $fields);
// Services
$fields = [