forked from AxTps/Starlight_Lancher
feat:移除了弹窗,服务器添加sls
This commit is contained in:
38
packages/app-lib/.sqlx/query-74f4b5572aba675288f23eae542cd6ee7bf232de9811b77c94993c0f1213c63b.json
generated
Normal file
38
packages/app-lib/.sqlx/query-74f4b5572aba675288f23eae542cd6ee7bf232de9811b77c94993c0f1213c63b.json
generated
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n\t\tSELECT\n\t\t\tdaily.instance_id AS \"instance_id!: String\",\n\t\t\tdaily.instance_name AS \"instance_name!: String\",\n\t\t\tdaily.played_seconds AS \"played_seconds!: i64\",\n\t\t\tdaily.session_count AS \"session_count!: i64\"\n\t\tFROM instance_daily_playtime daily\n\t\tWHERE daily.played_on = ?\n\t\t\tAND daily.played_seconds > 0\n\t\tORDER BY daily.played_seconds DESC, daily.instance_name ASC\n\t\t",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "instance_id!: String",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "instance_name!: String",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "played_seconds!: i64",
|
||||
"ordinal": 2,
|
||||
"type_info": "Integer"
|
||||
},
|
||||
{
|
||||
"name": "session_count!: i64",
|
||||
"ordinal": 3,
|
||||
"type_info": "Integer"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "74f4b5572aba675288f23eae542cd6ee7bf232de9811b77c94993c0f1213c63b"
|
||||
}
|
||||
Reference in New Issue
Block a user