This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 5e830a7f79
commit fa04374516
29 changed files with 874 additions and 3 deletions

View File

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