Cross Reference: insert_identity.sql
xref
: /
forgerock
/
authenticator-ios-v2
/
ForgeRock-Authenticator
/
insert_identity.sql
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
insert_identity.sql revision f023b5f548a10c190b01ea4259aedeee0796cbd2
INSERT
OR
REPLACE
INTO
identity
(
issuer
,
accountName
,
imageURL
,
bgColor
)
VALUES
(?, ?, ?, ?);