Fix id conflicts
This commit is contained in:
parent
e9a8dad2e2
commit
0d383e84e7
|
@ -41,7 +41,7 @@ export enum DocumentType {
|
||||||
SCIM_LOG = "scimlog",
|
SCIM_LOG = "scimlog",
|
||||||
ROW_ACTIONS = "ra",
|
ROW_ACTIONS = "ra",
|
||||||
OAUTH2_CONFIG = "oauth2",
|
OAUTH2_CONFIG = "oauth2",
|
||||||
OAUTH2_CONFIG_LOG = "oauth2_log",
|
OAUTH2_CONFIG_LOG = "oauth2log",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because DocumentTypes can overlap, we need to make sure that we search
|
// Because DocumentTypes can overlap, we need to make sure that we search
|
||||||
|
|
Loading…
Reference in New Issue