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
|
associateUserToRole
|
||||||
:: Int -- ^ User id
|
:: Int -- ^ User id
|
||||||
:: Int -- ^ Role id
|
-> Int -- ^ Role id
|
||||||
:: PGS.Connection
|
-> PGS.Connection
|
||||||
:: Matehandler Int -- ^ Resulting UserToRole id
|
-> Matehandler Int -- ^ Resulting UserToRole id
|
||||||
associateUserToRole uid rid conn =
|
associateUserToRole uid rid conn =
|
||||||
a <- runInsert_ conn $ Insert
|
a <- runInsert_ conn $ Insert
|
||||||
{ iTable = userToRoleTable
|
{ iTable = userToRoleTable
|
||||||
|
|
Loading…
Reference in a new issue