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
We use adonis-ACL. We want to change "Role" and "Permission" table names to be consistent with our naming conventions. Is there any way to set table names as desired?
The text was updated successfully, but these errors were encountered:
I think you should rename the table in migration and just create two other model class for role and permission that extends the adonis-acl role&permission model
I think you should rename the table in migration and just create two other model class for role and permission that extends the adonis-acl role&permission model
We use adonis-ACL. We want to change "Role" and "Permission" table names to be consistent with our naming conventions. Is there any way to set table names as desired?
The text was updated successfully, but these errors were encountered: