FIx down procedure for Secretary Provider

For the secretary provider, the modify_column is wrongly applied to the ea_roles table whereas it should be applied to the ea_secretaries_providers table.
This commit is contained in:
oxteam 2018-06-05 10:14:57 +02:00 committed by GitHub
parent b301dafd9d
commit c313249b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = [