mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
match date
This commit is contained in:
parent
cf8de44bbb
commit
a87638f177
9 changed files with 213 additions and 191 deletions
18
archiver/.sqlx/query-26e463ea8a7316befaee41794d230c0e78c956ccd345c38f58a049cb6b6bfdc2.json
generated
Normal file
18
archiver/.sqlx/query-26e463ea8a7316befaee41794d230c0e78c956ccd345c38f58a049cb6b6bfdc2.json
generated
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "select id from teams where id > $1 and format in ('highlander', 'sixes', 'fours', 'ultiduo') order by id asc",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Int4"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": ["Int4"]
|
||||
},
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "26e463ea8a7316befaee41794d230c0e78c956ccd345c38f58a049cb6b6bfdc2"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue