New migration to add better auditing to user_roles and better column names there and on user_blocks. Added a helper for displaying block status messages.
This commit is contained in:
parent
09c5740b5b
commit
ca06b3c7b1
15 changed files with 93 additions and 60 deletions
2
test/fixtures/user_roles.yml
vendored
2
test/fixtures/user_roles.yml
vendored
|
@ -3,7 +3,9 @@
|
|||
administrator:
|
||||
user_id: 6
|
||||
role: administrator
|
||||
granter_id: 6
|
||||
|
||||
moderator:
|
||||
user_id: 5
|
||||
role: moderator
|
||||
granter_id: 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue