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 migrations para futura organização #989

Merged
merged 17 commits into from
Dec 23, 2024
Prev Previous commit
Next Next commit
Relatório
edersoares committed Dec 23, 2024
commit f57b0431633089c59639ea492a51d30219ad7d0c
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ public function boot()
$this->loadMigrationsFrom([
database_path('migrations/addressing'),
database_path('migrations/audit'),
database_path('migrations/function'),
database_path('migrations/report'),
]);
$this->loadLegacyMigrations();
}