Add version to controller in db

This commit is contained in:
Tobias Reisinger 2026-09-02 01:31:55 +02:00
commit 9a9192213a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 57 additions and 19 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE controllers SET name = ?, relay_count = ?, version = ? WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "b5712e484219de8a3975302168262d61184a43695969a856de3a70a08abb0775"
}