feat:移除了弹窗,服务器添加sls
This commit is contained in:
44
packages/app-lib/.sqlx/query-bc1aeb495ae53607e0e74e000af911bd93f57ba4a57d847d585c6189779409c7.json
generated
Normal file
44
packages/app-lib/.sqlx/query-bc1aeb495ae53607e0e74e000af911bd93f57ba4a57d847d585c6189779409c7.json
generated
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n\t\t\tSELECT world_type, world_id, display_status, project_id, content_kind\n\t\t\tFROM attached_world_data\n\t\t\tWHERE instance_id = ?\n\t\t\t",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "world_type",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "world_id",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "display_status",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "project_id",
|
||||
"ordinal": 3,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "content_kind",
|
||||
"ordinal": 4,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "bc1aeb495ae53607e0e74e000af911bd93f57ba4a57d847d585c6189779409c7"
|
||||
}
|
||||
Reference in New Issue
Block a user