wrong designators
This commit is contained in:
parent
8cb730ec67
commit
4dfa7f7698
1 changed files with 3 additions and 3 deletions
|
@ -247,9 +247,9 @@ queryRoleIdByName caps con = do
|
|||
|
||||
associateUserToRole
|
||||
:: Int -- ^ User id
|
||||
:: Int -- ^ Role id
|
||||
:: PGS.Connection
|
||||
:: Matehandler Int -- ^ Resulting UserToRole id
|
||||
-> Int -- ^ Role id
|
||||
-> PGS.Connection
|
||||
-> Matehandler Int -- ^ Resulting UserToRole id
|
||||
associateUserToRole uid rid conn =
|
||||
a <- runInsert_ conn $ Insert
|
||||
{ iTable = userToRoleTable
|
||||
|
|
Loading…
Reference in a new issue