Working on adding docker stuff

This commit is contained in:
jude
2024-09-28 14:22:12 +01:00
parent f7b9f9fd8c
commit 7395685e0d
103 changed files with 5734 additions and 497 deletions

View File

@ -0,0 +1,12 @@
{
"db_name": "MySQL",
"query": "\n UPDATE reminders SET `status` = 'deleted' WHERE FIND_IN_SET(id, ?)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "09f6269e5df3acc01e8e2660532b5fcab21c0cd4fd126b580176d24578932d7e"
}