Rights performance improvements for lists and namespaces (#54)
This commit is contained in:
parent
f6c7c764d1
commit
75431e1ca5
24 changed files with 273 additions and 343 deletions
|
|
@ -27,7 +27,7 @@ func TestListUser_CanDoSomething(t *testing.T) {
|
|||
ID int64
|
||||
UserID int64
|
||||
ListID int64
|
||||
Right UserRight
|
||||
Right Right
|
||||
Created int64
|
||||
Updated int64
|
||||
CRUDable web.CRUDable
|
||||
|
|
|
|||
Reference in a new issue