mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
cast Min function values to int (#2459)
This commit is contained in:
@@ -4,7 +4,7 @@ INSERT INTO "OrganizationApiKey"(
|
||||
"ApiKey",
|
||||
"Type",
|
||||
"RevisionDate")
|
||||
SELECT gen_random_uuid(),
|
||||
SELECT uuid_in(overlay(overlay(md5(random()::text || ':' || random()::text) placing '4' from 13) placing to_hex(floor(random()*(11-8+1) + 8)::int)::text from 17)::cstring),
|
||||
"Id" AS "OrganizationId",
|
||||
"ApiKey",
|
||||
0 AS "Type",
|
||||
|
||||
@@ -24,7 +24,7 @@ INSERT INTO "OrganizationApiKey"(
|
||||
"ApiKey",
|
||||
"Type",
|
||||
"RevisionDate")
|
||||
SELECT gen_random_uuid(),
|
||||
SELECT uuid_in(overlay(overlay(md5(random()::text || ':' || random()::text) placing '4' from 13) placing to_hex(floor(random()*(11-8+1) + 8)::int)::text from 17)::cstring),
|
||||
"Id" AS "OrganizationId",
|
||||
"ApiKey",
|
||||
0 AS "Type",
|
||||
|
||||
Reference in New Issue
Block a user