Merge pull request #503 from oxteam/patch-1
Fix down procedure for Secretary Provider
This commit is contained in:
commit
683b7a4d2d
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue