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
I simplified my modules property - because, ALL of them are disabled.
[email protected]_W723_V_Typ_A_1_01_010 ~/W/BIRD3 $ npm run yiic migrate
> [email protected] yiic /Users/Ingwie/Work/BIRD3
> php protected/yiic.php "migrate"
Yii Migration Tool v1.0 (based on Yii v1.1.16)
extended with EMigrateCommand by cebe <[email protected]>
Active database component (connectionString):
mysql:host=localhost;dbname=bird3
The following modules are disabled: user[...] <-----
No new migration found. Your system is up-to-date.
(I use NPM and Composer together.)
What can I do to automatically get it enabled? Or is it because it does not have a migrations subfolder?
The text was updated successfully, but these errors were encountered:
So I just installed this command and from what I read, it's awesome. I develop a lot of things as modules in my app, so this is coming in handy.
Hoooooowever....
shared.php
(included byconsole.php
, used inyiic.php
):In
console.php
:I simplified my
modules
property - because, ALL of them are disabled.(I use NPM and Composer together.)
What can I do to automatically get it enabled? Or is it because it does not have a
migrations
subfolder?The text was updated successfully, but these errors were encountered: