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

Move to loading migrations using loadMigrationsFrom instead of publishing #70

Merged
merged 3 commits into from
Nov 3, 2022

Conversation

chrispelzer
Copy link
Member

Implement the option to have the migrations utilize Laravels loadMigrationsFrom without the need to publish the migrations.

Renamed the migration to work with both loadMigrationsFrom and publishing, publishing required the date/time to be part of the file to be consistent and not have new migrations, loadMigrationsFrom the date/time doesn't matter.

@chrispelzer chrispelzer added this to the 1.2.0 milestone Nov 3, 2022
@chrispelzer chrispelzer force-pushed the auto-migration-option branch 2 times, most recently from c75e82b to c900188 Compare November 3, 2022 12:04
…rationsFrom` without the need to publish the migrations.

Renamed the migration to work with both loadMigrationsFrom and publishing, publishing required the date/time to be part of the file to be consistent and not have new migrations, loadMigrationsFrom the date/time doesn't matter.
@chrispelzer chrispelzer force-pushed the auto-migration-option branch from c900188 to f2378cc Compare November 3, 2022 12:20
…ndle backwards compatibility or if migrations are not necessary for the project.
@chrispelzer chrispelzer force-pushed the auto-migration-option branch from ec401b1 to bb231da Compare November 3, 2022 15:00
@chrispelzer chrispelzer merged commit 9bb09c8 into main Nov 3, 2022
@chrispelzer chrispelzer deleted the auto-migration-option branch November 3, 2022 16:17
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

Successfully merging this pull request may close these issues.

1 participant