Skip to content

Commit 23f6f0d

Browse files
committed
Update m140611_133903_init_rbac.php
1 parent 89059b1 commit 23f6f0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

migrations/m140611_133903_init_rbac.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public function up()
1212
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_general_ci ENGINE=InnoDB';
1313
}
1414

15-
1615
// Check if auth_rule_table Table exist
1716
$auth_rule_table_name = \Yii::$app->getModule('user-management')->auth_rule_table;
1817
if (\Yii::$app->db->schema->getTableSchema($auth_rule_table_name) === null)

0 commit comments

Comments
 (0)