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

"Security users" table migration missing #9

Open
pbracs opened this issue Oct 7, 2020 · 2 comments
Open

"Security users" table migration missing #9

pbracs opened this issue Oct 7, 2020 · 2 comments
Assignees

Comments

@pbracs
Copy link

pbracs commented Oct 7, 2020

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.

@mohamednizar
Copy link
Member

mohamednizar commented Oct 7, 2020

@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

@janithRS
Copy link
Member

janithRS commented Oct 9, 2020

Sure I'll add the migration file

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

No branches or pull requests

3 participants