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 am truing to create migration of a certain type from cli.
Tried ./vendor/bin/migrate create --type=MODULE, ./vendor/bin/migrate create --type=ModuleMigration and some other variants - it creates only the default one. No clue to this in the command line help.
My humble attempts to debug SEEM to point that the argument is not parsed correctly.
The text was updated successfully, but these errors were encountered:
ivangretsky
changed the title
Not clear how to create migration of specific task from CLI
Not clear how to create migration of specific type from CLI
Oct 2, 2018
Good day!
I am truing to create migration of a certain type from cli.
Tried
./vendor/bin/migrate create --type=MODULE
,./vendor/bin/migrate create --type=ModuleMigration
and some other variants - it creates only the default one. No clue to this in the command line help.My humble attempts to debug SEEM to point that the argument is not parsed correctly.
The text was updated successfully, but these errors were encountered: