Skip to content
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

Open
paskuale75 opened this issue Feb 9, 2018 · 9 comments
Open

Manual migration #4

paskuale75 opened this issue Feb 9, 2018 · 9 comments

Comments

@paskuale75
Copy link

How can extend my class (console/migrations/file....php) from your category migration ?

thanks

@paskuale75
Copy link
Author

namespace missing :(

@paskuale75
Copy link
Author

Adding the namespace, compromises installation from the console?

@paskuale75 paskuale75 reopened this Feb 9, 2018
@paskuale75
Copy link
Author

there's M160329210118Create_categories_tables.php (with namespace version) in /src folder but after composer update I don't see it !! Why ? ?_?

@ZAYEC77
Copy link
Contributor

ZAYEC77 commented Feb 9, 2018

there are two files: one with namespace and one without it.
what command do you run ?

@ZAYEC77
Copy link
Contributor

ZAYEC77 commented Feb 9, 2018

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

@paskuale75
Copy link
Author

there are two files ok, but composer ... import only one, lowercase 'm' .. strange!

@ZAYEC77
Copy link
Contributor

ZAYEC77 commented Feb 9, 2018

you need to use one of them, it similar
one with namespace, one without it

@paskuale75
Copy link
Author

paskuale75 commented Feb 9, 2018

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

@ZAYEC77
Copy link
Contributor

ZAYEC77 commented Feb 10, 2018

both files are present, but only one has a namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants