mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
map history
This commit is contained in:
parent
b70f2ee336
commit
d4311dc9df
10 changed files with 377 additions and 19 deletions
18
archiver/.sqlx/query-133b2606adb67687107f717ec04114683e8ad6d6e9bb3177561971f0f12335f3.json
generated
Normal file
18
archiver/.sqlx/query-133b2606adb67687107f717ec04114683e8ad6d6e9bb3177561971f0f12335f3.json
generated
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "select steam_id as max from players order by steam_id desc limit 1;",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "max",
|
||||
"type_info": "Int8"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": []
|
||||
},
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "133b2606adb67687107f717ec04114683e8ad6d6e9bb3177561971f0f12335f3"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue