You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my_project> yii migrate/up --migrationPath=@vendor/budyaga/yii2-users/migrations
and i got
Yii Migration Tool (based on Yii v2.0.11.2)
Total 1 new migration to be applied:
m130524_201442_init
Apply the above migration? (yes|no) [no]:y
*** applying m130524_201442_init
Exception 'Error' with message 'Class 'm130524_201442_init' not found'
in C:\..\my_project\vendor\yiisoft\yii2\console\controllers\MigrateController.php:191
The text was updated successfully, but these errors were encountered:
Migration dosnt work.
cause:
namespace budyaga\users\migrations;
my_project> yii migrate/up --migrationPath=@vendor/budyaga/yii2-users/migrations
and i got
The text was updated successfully, but these errors were encountered: