-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Permission Base Migration #23
Comments
This was referenced Feb 27, 2021
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a
PermissionMigration
that is extended in all the other packages that has a short format for adding a list of new Permissions (#22) for that package.The permissions will use the
findOrCreate
method when added to the table to prevent overwriting the Permission in an app's existing table and changing the id number.It will also add every Permission in the list to the
admin
Role.There should also be a Helper function for adding specific Permissions to the other default Roles (#21).
The text was updated successfully, but these errors were encountered: