From 3c1d9ffe0a2e09a9c57a57ca87482e7abb7511cc Mon Sep 17 00:00:00 2001 From: Egorka Date: Wed, 21 Mar 2018 18:15:18 +0300 Subject: [PATCH] Migration remove rbac --- .../m121026_055200_exec_rbac_migrations.php | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 console/migrations/m121026_055200_exec_rbac_migrations.php diff --git a/console/migrations/m121026_055200_exec_rbac_migrations.php b/console/migrations/m121026_055200_exec_rbac_migrations.php deleted file mode 100644 index 9d8a195..0000000 --- a/console/migrations/m121026_055200_exec_rbac_migrations.php +++ /dev/null @@ -1,30 +0,0 @@ - $this->db]))->up(); - (new m170907_052038_rbac_add_index_on_auth_assignment_user_id(['db' => $this->db]))->up(); - } - - /** - * {@inheritdoc} - */ - public function safeDown() - { - (new m170907_052038_rbac_add_index_on_auth_assignment_user_id(['db' => $this->db]))->up(); - (new m140506_102106_rbac_init(['db' => $this->db]))->up(); - } -}