This commit is contained in:
2024-04-30 09:05:17 +02:00
parent d08c41e809
commit de97e4520c
18 changed files with 60 additions and 60 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM inventory_items\n WHERE\n id = ?\n AND user_id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "da3178af2beabc86c736b1faa572fb9db2bdc8206385c8802ca4d356fc7bee10"
}