chore: bump sqlx to 0.7

This commit is contained in:
Aravinth Manivannan
2023-10-16 21:11:04 +05:30
parent 0d2c02348b
commit 0e75a22beb
105 changed files with 2455 additions and 1183 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "MySQL",
"query": "DELETE FROM mcaptcha_config where captcha_key= (?)\n AND\n user_id = (SELECT ID FROM mcaptcha_users WHERE name = ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "b95e5a60a202cb646d5e76df8c7395e4bf881a6dd14e28e6f2e8b93e0536b331"
}