Skip to content
Snippets Groups Projects
Verified Commit 4f6ee033 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

WIP notifications

parent ad036a70
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ func (e *mytokenEntryStore) Store(rlog log.Ext1FieldLogger, tx *sqlx.Tx) error {
return db.RunWithinTransaction(
rlog, tx, func(tx *sqlx.Tx) error {
_, err := tx.Exec(
`CALL MTokens_Insert(?,?,?,?,?,?,?,?,?)`,
`CALL MTokens_Insert(?,?,?,?,?,?,?,?,?,?,?,?)`,
e.Sub, e.Iss, e.ID, e.SeqNo, e.ParentID, e.RefreshTokenID, e.Name, e.IP, e.ExpiresAt, e.Capabilities,
e.Rotation, e.Restrictions,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment