forked from spacebar/account
run cargo sqlx prepare
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",
|
"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": {
|
"describe": {
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
|
|
@ -50,8 +50,7 @@
|
||||||
],
|
],
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"Left": [
|
"Left": [
|
||||||
"Text",
|
"Text"
|
||||||
"Int4"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"nullable": [
|
"nullable": [
|
||||||
|
|
@ -61,5 +60,5 @@
|
||||||
false
|
false
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hash": "9c5ef3e9c672de55eb85b1d912088e9760470961f8ac6270781af9043eed0887"
|
"hash": "e3349c0e5ab82bbef359cf573caf454f23588f3cfa27299e58863dc9397d55de"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue