sqlx v0.7.x

This commit is contained in:
Philippe Loctaux 2023-11-15 20:10:40 +01:00
parent 2e5a1b0c42
commit e6d3329f6f
74 changed files with 2623 additions and 2418 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "update totp_login_requests\n\nset used_at = CURRENT_TIMESTAMP\n\nwhere user is ?\n and used_at is null",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "5a365b761ada7d5f67e5ad3ff9a1a89d96383e28b15186576f90ff59f309196c"
}