mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select team_id as max from membership_history order by team_id desc limit 1;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "max",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [false]
|
|
},
|
|
"hash": "001370da21cb3c209d1fe7779f95cab7f122d51d39347f68bba252daeab7189a"
|
|
}
|