You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
Great work with the app, I've been looking for similar projects for some time now.
It seems that a migration is missing from the application. When executing "php artisan migrate", I am met with an error about missing table "security users". (SQLSTATE: Base table or view not found: 1146 Table '<db_name>.security_roles' does not exist).
Looking at the migrations, I can see that the table does not have a migration.
I have tried to bypass this point (by deleting the migration that is causing the error), but the error reapears when trying to log into the application.
Hope you can help and add the needed migration!
Thanks again for the app and hope to hear from you soon.
The text was updated successfully, but these errors were encountered:
@pbracs will update those migrations soon. @janithRS can you update this repo with all security-related table migration to this repo ? so it can be independently manageable
Hey guys,
Great work with the app, I've been looking for similar projects for some time now.
It seems that a migration is missing from the application. When executing "php artisan migrate", I am met with an error about missing table "security users". (SQLSTATE: Base table or view not found: 1146 Table '<db_name>.security_roles' does not exist).
Looking at the migrations, I can see that the table does not have a migration.
I have tried to bypass this point (by deleting the migration that is causing the error), but the error reapears when trying to log into the application.
Hope you can help and add the needed migration!
Thanks again for the app and hope to hear from you soon.
The text was updated successfully, but these errors were encountered: