-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Migration File & Class Name Issues #437
Comments
Did you namespace your migration? As in the latest update all migration files should have namespace: App/Database/Migrations |
Hmm. They shouldn't need to be namespaced. I just created one using the cli tool
|
@lonnieezell I am sorry I think this should be fixed ... namespace is a must as we with the new migration update. I will fix and make new poll request |
@baselbj You're right. I had tried that while in a feature branch that didn't have the latest changes to the migrations. @EpicKris Any update on this? Is your migration namespaced? |
@lonnieezell Sorry thought I'd already replied. Yes, adding the namespace worked a charm! |
Ok, great. Closing this. |
I am getting the error:
The migration class "App\Database\Migrations\Migration_Init" could not be found.
for my migration classes now.application/Database/Migrations/00000000000001_Init.php
The text was updated successfully, but these errors were encountered: