fix nix build

This commit is contained in:
Robin Appelman 2025-05-26 21:52:02 +02:00
commit 50157d4ada
7 changed files with 283 additions and 3 deletions

View file

@ -0,0 +1,82 @@
{
"db_name": "PostgreSQL",
"query": "select id, tag, name, image, format as \"format!: GameMode\", region as \"region!: Region\", timezone from teams\n where format in ('highlander', 'sixes', 'fours', 'ultiduo')\n order by id asc",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int4"
},
{
"ordinal": 1,
"name": "tag",
"type_info": "Varchar"
},
{
"ordinal": 2,
"name": "name",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "image",
"type_info": "Varchar"
},
{
"ordinal": 4,
"name": "format!: GameMode",
"type_info": {
"Custom": {
"name": "game_mode",
"kind": {
"Enum": [
"highlander",
"eights",
"sixes",
"fours",
"ultiduo"
]
}
}
}
},
{
"ordinal": 5,
"name": "region!: Region",
"type_info": {
"Custom": {
"name": "region",
"kind": {
"Enum": [
"europe",
"north-america",
"south-america",
"asia",
"australia"
]
}
}
}
},
{
"ordinal": 6,
"name": "timezone",
"type_info": "Varchar"
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false,
false,
true,
false,
true,
true
]
},
"hash": "fd582a872003f15fc6856592677744528569587bb05c57b1b17890ccb40af3bc"
}