From c313249b16b4c86dd2605af95e09144ef246edcc Mon Sep 17 00:00:00 2001 From: oxteam <38721222+oxteam@users.noreply.github.com> Date: Tue, 5 Jun 2018 10:14:57 +0200 Subject: [PATCH] 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. --- src/application/migrations/009_change_column_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/migrations/009_change_column_types.php b/src/application/migrations/009_change_column_types.php index 185a40ef..19dfe03c 100644 --- a/src/application/migrations/009_change_column_types.php +++ b/src/application/migrations/009_change_column_types.php @@ -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 = [