run cargo sqlx prepare
All checks were successful
Build and Test / account (push) Successful in 3m0s
All checks were successful
Build and Test / account (push) Successful in 3m0s
This commit is contained in:
parent
82267848ee
commit
9b0160871c
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT game_server_id, maintenance_mode, address, port FROM nex_servers WHERE title_id = $1 AND server_account_level <= $2",
|
||||
"query": "SELECT game_server_id, maintenance_mode, address, port FROM nex_servers WHERE title_id = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
|
|
@ -50,8 +50,7 @@
|
|||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Int4"
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
|
|
@ -61,5 +60,5 @@
|
|||
false
|
||||
]
|
||||
},
|
||||
"hash": "9c5ef3e9c672de55eb85b1d912088e9760470961f8ac6270781af9043eed0887"
|
||||
"hash": "e3349c0e5ab82bbef359cf573caf454f23588f3cfa27299e58863dc9397d55de"
|
||||
}
|
||||
Loading…
Reference in a new issue