-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual migration #4
Comments
namespace missing :( |
Adding the namespace, compromises installation from the console? |
there's M160329210118Create_categories_tables.php (with namespace version) in /src folder but after composer update I don't see it !! Why ? ?_? |
there are two files: one with namespace and one without it. |
if you have modify module, it better to extend module to your source code and create there migration folder with all migrations that you want to run |
there are two files ok, but composer ... import only one, lowercase 'm' .. strange! |
you need to use one of them, it similar |
I've installed your repo with composer, why do not I see it? Really strange, because if I fork the repository I see it. -> 'M160329210118Create_categories_tables' file |
both files are present, but only one has a namespace |
How can extend my class (console/migrations/file....php) from your category migration ?
thanks
The text was updated successfully, but these errors were encountered: