diff --git a/crates/storage-pg/.sqlx/query-100c6cfa46133f3b196b00ccf8f33ba0bcb4bb1afc1985092dd8ec51b40f631a.json b/crates/storage-pg/.sqlx/query-100c6cfa46133f3b196b00ccf8f33ba0bcb4bb1afc1985092dd8ec51b40f631a.json deleted file mode 100644 index f8e009a8d..000000000 --- a/crates/storage-pg/.sqlx/query-100c6cfa46133f3b196b00ccf8f33ba0bcb4bb1afc1985092dd8ec51b40f631a.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "db_name": "PostgreSQL", - "query": "\n SELECT oauth2_client_id\n , encrypted_client_secret\n , application_type\n , redirect_uris\n , grant_type_authorization_code\n , grant_type_refresh_token\n , grant_type_client_credentials\n , grant_type_device_code\n , contacts\n , client_name\n , logo_uri\n , client_uri\n , policy_uri\n , tos_uri\n , jwks_uri\n , jwks\n , id_token_signed_response_alg\n , userinfo_signed_response_alg\n , token_endpoint_auth_method\n , token_endpoint_auth_signing_alg\n , initiate_login_uri\n FROM oauth2_clients c\n\n WHERE oauth2_client_id = $1\n ", - "describe": { - "columns": [ - { - "ordinal": 0, - "name": "oauth2_client_id", - "type_info": "Uuid" - }, - { - "ordinal": 1, - "name": "encrypted_client_secret", - "type_info": "Text" - }, - { - "ordinal": 2, - "name": "application_type", - "type_info": "Text" - }, - { - "ordinal": 3, - "name": "redirect_uris", - "type_info": "TextArray" - }, - { - "ordinal": 4, - "name": "grant_type_authorization_code", - "type_info": "Bool" - }, - { - "ordinal": 5, - "name": "grant_type_refresh_token", - "type_info": "Bool" - }, - { - "ordinal": 6, - "name": "grant_type_client_credentials", - "type_info": "Bool" - }, - { - "ordinal": 7, - "name": "grant_type_device_code", - "type_info": "Bool" - }, - { - "ordinal": 8, - "name": "contacts", - "type_info": "TextArray" - }, - { - "ordinal": 9, - "name": "client_name", - "type_info": "Text" - }, - { - "ordinal": 10, - "name": "logo_uri", - "type_info": "Text" - }, - { - "ordinal": 11, - "name": "client_uri", - "type_info": "Text" - }, - { - "ordinal": 12, - "name": "policy_uri", - "type_info": "Text" - }, - { - "ordinal": 13, - "name": "tos_uri", - "type_info": "Text" - }, - { - "ordinal": 14, - "name": "jwks_uri", - "type_info": "Text" - }, - { - "ordinal": 15, - "name": "jwks", - "type_info": "Jsonb" - }, - { - "ordinal": 16, - "name": "id_token_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 17, - "name": "userinfo_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 18, - "name": "token_endpoint_auth_method", - "type_info": "Text" - }, - { - "ordinal": 19, - "name": "token_endpoint_auth_signing_alg", - "type_info": "Text" - }, - { - "ordinal": 20, - "name": "initiate_login_uri", - "type_info": "Text" - } - ], - "parameters": { - "Left": [ - "Uuid" - ] - }, - "nullable": [ - false, - true, - true, - false, - false, - false, - false, - false, - false, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true - ] - }, - "hash": "100c6cfa46133f3b196b00ccf8f33ba0bcb4bb1afc1985092dd8ec51b40f631a" -} diff --git a/crates/storage-pg/.sqlx/query-9e6e639be74654bb5a9e6a978b7b07d6d59a22c876f24dd92eb43917259934fd.json b/crates/storage-pg/.sqlx/query-9e6e639be74654bb5a9e6a978b7b07d6d59a22c876f24dd92eb43917259934fd.json deleted file mode 100644 index 4637bc31a..000000000 --- a/crates/storage-pg/.sqlx/query-9e6e639be74654bb5a9e6a978b7b07d6d59a22c876f24dd92eb43917259934fd.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "db_name": "PostgreSQL", - "query": "\n SELECT oauth2_client_id\n , encrypted_client_secret\n , application_type\n , redirect_uris\n , grant_type_authorization_code\n , grant_type_refresh_token\n , grant_type_client_credentials\n , grant_type_device_code\n , contacts\n , client_name\n , logo_uri\n , client_uri\n , policy_uri\n , tos_uri\n , jwks_uri\n , jwks\n , id_token_signed_response_alg\n , userinfo_signed_response_alg\n , token_endpoint_auth_method\n , token_endpoint_auth_signing_alg\n , initiate_login_uri\n FROM oauth2_clients c\n\n WHERE oauth2_client_id = ANY($1::uuid[])\n ", - "describe": { - "columns": [ - { - "ordinal": 0, - "name": "oauth2_client_id", - "type_info": "Uuid" - }, - { - "ordinal": 1, - "name": "encrypted_client_secret", - "type_info": "Text" - }, - { - "ordinal": 2, - "name": "application_type", - "type_info": "Text" - }, - { - "ordinal": 3, - "name": "redirect_uris", - "type_info": "TextArray" - }, - { - "ordinal": 4, - "name": "grant_type_authorization_code", - "type_info": "Bool" - }, - { - "ordinal": 5, - "name": "grant_type_refresh_token", - "type_info": "Bool" - }, - { - "ordinal": 6, - "name": "grant_type_client_credentials", - "type_info": "Bool" - }, - { - "ordinal": 7, - "name": "grant_type_device_code", - "type_info": "Bool" - }, - { - "ordinal": 8, - "name": "contacts", - "type_info": "TextArray" - }, - { - "ordinal": 9, - "name": "client_name", - "type_info": "Text" - }, - { - "ordinal": 10, - "name": "logo_uri", - "type_info": "Text" - }, - { - "ordinal": 11, - "name": "client_uri", - "type_info": "Text" - }, - { - "ordinal": 12, - "name": "policy_uri", - "type_info": "Text" - }, - { - "ordinal": 13, - "name": "tos_uri", - "type_info": "Text" - }, - { - "ordinal": 14, - "name": "jwks_uri", - "type_info": "Text" - }, - { - "ordinal": 15, - "name": "jwks", - "type_info": "Jsonb" - }, - { - "ordinal": 16, - "name": "id_token_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 17, - "name": "userinfo_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 18, - "name": "token_endpoint_auth_method", - "type_info": "Text" - }, - { - "ordinal": 19, - "name": "token_endpoint_auth_signing_alg", - "type_info": "Text" - }, - { - "ordinal": 20, - "name": "initiate_login_uri", - "type_info": "Text" - } - ], - "parameters": { - "Left": [ - "UuidArray" - ] - }, - "nullable": [ - false, - true, - true, - false, - false, - false, - false, - false, - false, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true - ] - }, - "hash": "9e6e639be74654bb5a9e6a978b7b07d6d59a22c876f24dd92eb43917259934fd" -} diff --git a/crates/storage-pg/.sqlx/query-a40531c4c2b0cbf8cd968f72dfbeed00df0e6a9689195ee8c4f83f8ccbe59748.json b/crates/storage-pg/.sqlx/query-a40531c4c2b0cbf8cd968f72dfbeed00df0e6a9689195ee8c4f83f8ccbe59748.json deleted file mode 100644 index 6fb10e8d8..000000000 --- a/crates/storage-pg/.sqlx/query-a40531c4c2b0cbf8cd968f72dfbeed00df0e6a9689195ee8c4f83f8ccbe59748.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "db_name": "PostgreSQL", - "query": "\n SELECT oauth2_client_id\n , encrypted_client_secret\n , application_type\n , redirect_uris\n , grant_type_authorization_code\n , grant_type_refresh_token\n , grant_type_client_credentials\n , grant_type_device_code\n , contacts\n , client_name\n , logo_uri\n , client_uri\n , policy_uri\n , tos_uri\n , jwks_uri\n , jwks\n , id_token_signed_response_alg\n , userinfo_signed_response_alg\n , token_endpoint_auth_method\n , token_endpoint_auth_signing_alg\n , initiate_login_uri\n FROM oauth2_clients c\n WHERE is_static = TRUE\n ", - "describe": { - "columns": [ - { - "ordinal": 0, - "name": "oauth2_client_id", - "type_info": "Uuid" - }, - { - "ordinal": 1, - "name": "encrypted_client_secret", - "type_info": "Text" - }, - { - "ordinal": 2, - "name": "application_type", - "type_info": "Text" - }, - { - "ordinal": 3, - "name": "redirect_uris", - "type_info": "TextArray" - }, - { - "ordinal": 4, - "name": "grant_type_authorization_code", - "type_info": "Bool" - }, - { - "ordinal": 5, - "name": "grant_type_refresh_token", - "type_info": "Bool" - }, - { - "ordinal": 6, - "name": "grant_type_client_credentials", - "type_info": "Bool" - }, - { - "ordinal": 7, - "name": "grant_type_device_code", - "type_info": "Bool" - }, - { - "ordinal": 8, - "name": "contacts", - "type_info": "TextArray" - }, - { - "ordinal": 9, - "name": "client_name", - "type_info": "Text" - }, - { - "ordinal": 10, - "name": "logo_uri", - "type_info": "Text" - }, - { - "ordinal": 11, - "name": "client_uri", - "type_info": "Text" - }, - { - "ordinal": 12, - "name": "policy_uri", - "type_info": "Text" - }, - { - "ordinal": 13, - "name": "tos_uri", - "type_info": "Text" - }, - { - "ordinal": 14, - "name": "jwks_uri", - "type_info": "Text" - }, - { - "ordinal": 15, - "name": "jwks", - "type_info": "Jsonb" - }, - { - "ordinal": 16, - "name": "id_token_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 17, - "name": "userinfo_signed_response_alg", - "type_info": "Text" - }, - { - "ordinal": 18, - "name": "token_endpoint_auth_method", - "type_info": "Text" - }, - { - "ordinal": 19, - "name": "token_endpoint_auth_signing_alg", - "type_info": "Text" - }, - { - "ordinal": 20, - "name": "initiate_login_uri", - "type_info": "Text" - } - ], - "parameters": { - "Left": [] - }, - "nullable": [ - false, - true, - true, - false, - false, - false, - false, - false, - false, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true, - true - ] - }, - "hash": "a40531c4c2b0cbf8cd968f72dfbeed00df0e6a9689195ee8c4f83f8ccbe59748" -}