Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Petric
449c10e882 sqlx updae 2025-11-06 16:34:51 +00:00
Alexander Petric
ab715f8f47 update ee ref 2025-11-06 16:28:16 +00:00
Alexander Petric
57bf5b2bf0 fix: support pagination for geting installation token 2025-11-06 16:26:05 +00:00
5 changed files with 33 additions and 9 deletions

View File

@@ -46,11 +46,11 @@
]
},
"nullable": [
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true
]

View File

@@ -59,7 +59,9 @@
"failure",
"command",
"approval",
"preprocessor"
"preprocessor",
"schedule_handler_old",
"dynamic_skip"
]
}
}

View File

@@ -18,8 +18,8 @@
"Left": []
},
"nullable": [
false,
true
true,
false
]
},
"hash": "b3dbdfb50ee8118bdaed3164b210cb549a34b96554ae1872355b90304f5dcb76"

View File

@@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT\n (elem->>'installation_id')::bigint as installation_id\n FROM workspace_settings,\n LATERAL jsonb_array_elements(git_app_installations) AS elem\n WHERE workspace_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "installation_id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "be00ac55e8668a0ed3befda7d8595c7cda0cba0b119d4fdb8a0dea1b28a1d560"
}

View File

@@ -1 +1 @@
3674871005d1dc3b92fd5acfd76009a95a43288a
fba83d24b21a1d2b9efe33f88a234b162715df07