mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix nix build
This commit is contained in:
parent
f08aad7370
commit
50157d4ada
7 changed files with 283 additions and 3 deletions
82
archiver/.sqlx/query-fd582a872003f15fc6856592677744528569587bb05c57b1b17890ccb40af3bc.json
generated
Normal file
82
archiver/.sqlx/query-fd582a872003f15fc6856592677744528569587bb05c57b1b17890ccb40af3bc.json
generated
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue