fix: list with is_skipped + deno-client fix

This commit is contained in:
Ruben Fiszel
2022-07-19 05:58:16 +02:00
parent 9c50e023ec
commit 8360c03df8
3 changed files with 2 additions and 21 deletions
-20
View File
@@ -2854,26 +2854,6 @@
"nullable": []
}
},
"dd7940ec390357b268d616e1880516ecc08d506db2109efcce840f096d7a594e": {
"query": "SELECT EXISTS(SELECT 1 FROM workspace WHERE id = $1)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
}
},
"df8f9b2e601b0157759e9507308ea7df562a7a42516be0fcb465b8e34de0f438": {
"query": "SELECT EXISTS(SELECT 1 FROM workspace WHERE workspace.id = $1)",
"describe": {