fix: fixed release builds

This commit is contained in:
Andrew Rioux
2025-02-25 02:22:05 -05:00
parent 43866e1759
commit a0c042832c
32 changed files with 660 additions and 79 deletions
@@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "SELECT cmd.cmd_parameters as params, bci.invocation_result as \"res!\",\n bci.invocation_date as \"date!: DateTime\", users.user_name as user_name\n FROM beacon_command_invocation bci\n INNER JOIN users ON users.user_id = bci.invoker_id\n INNER JOIN beacon_command cmd ON cmd.command_id = bci.command_id\n WHERE bci.command_id = ? AND bci.beacon_id = ?",
"describe": {
"columns": [
{
"name": "params",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "res!",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "date!: DateTime",
"ordinal": 2,
"type_info": "Integer"
},
{
"name": "user_name",
"ordinal": 3,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
true,
true,
false
]
},
"hash": "4281858c6d06dbf12479a79e6e7597c1e0bbe52c263079a2986bbaf417789f57"
}