Prepare sqlx queries and add content dir

This commit is contained in:
2023-10-19 23:12:31 -04:00
parent 1305cf490a
commit f8a717d92f
45 changed files with 3063 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "delete from user_email_verification_token\n where token_id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "aa3826ef55bd3e982c3cc1870e4d96b43f4993b944c3de85e92bad4b4fcf63a2"
}