We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89059b1 commit 23f6f0dCopy full SHA for 23f6f0d
1 file changed
migrations/m140611_133903_init_rbac.php
@@ -12,7 +12,6 @@ public function up()
12
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_general_ci ENGINE=InnoDB';
13
}
14
15
-
16
// Check if auth_rule_table Table exist
17
$auth_rule_table_name = \Yii::$app->getModule('user-management')->auth_rule_table;
18
if (\Yii::$app->db->schema->getTableSchema($auth_rule_table_name) === null)
0 commit comments