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

Don't migrate package migration by default #12

Open
driesvints opened this issue Dec 12, 2019 · 0 comments
Open

Don't migrate package migration by default #12

driesvints opened this issue Dec 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@driesvints
Copy link
Contributor

At the moment the default migration the package provides still automatically gets migrated when you run php artisan migrate. This shouldn't be the default behavior as you should only need it when you don't want your aggregate roots to be split up into separate tables.

We can't turn off this default behavior just yet because the test suite still expects the table to be present. We'll need to find a way to work around that.

@driesvints driesvints added the enhancement New feature or request label Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant