yiisoft / rbac-db

yiisoft/db adapter for RBAC.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Add namespace in rbac migrations #2

Closed Ghost-str closed 1 year ago

Ghost-str commented 6 years ago

After add namespace in rbac migration in config we can set console config like that

 'controllerMap'=> [
'migrate'=>[
             'class' => 'yii\console\controllers\MigrateController',
             'migrationNamespaces' => [
                 'yii\rbac\migrations'
             ]
         ]
 ]

and all migrations will applied

arogachev commented 1 year ago

Closing as not actual.