Fix wrong table in macro update

This commit is contained in:
Tobias Reisinger 2024-05-02 21:14:28 +02:00
parent 98db89ce03
commit cacd740bd9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 440 additions and 684 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE macros SET name = ? WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "2b34934e10005378c331f489751dcc4dc5cc79a52299cb74018e36212809288a"
}