feat:移除了弹窗,服务器添加sls
This commit is contained in:
32
packages/app-lib/.sqlx/query-c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70.json
generated
Normal file
32
packages/app-lib/.sqlx/query-c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70.json
generated
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n\t\tSELECT id, path, game_dir_override\n\t\tFROM instances\n\t\tWHERE id = ? OR path = ?\n\t\tORDER BY CASE WHEN id = ? THEN 0 ELSE 1 END\n\t\tLIMIT 1\n\t\t",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "id",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "game_dir_override",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 3
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70"
|
||||
}
|
||||
Reference in New Issue
Block a user