1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-05-04 22:22:50 +03:00

fix: add sqlx offline compilation data

This commit is contained in:
realaravinth 2022-07-22 20:04:41 +05:30
parent 5410a4657b
commit c92a35a01f
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
2 changed files with 779 additions and 1 deletions
db/db-sqlx-postgres

View file

@ -270,6 +270,26 @@
},
"query": "SELECT EXISTS (SELECT 1 from mcaptcha_users WHERE email = $1)"
},
"494d2aed281e1408aeda3606b0814db75aea2878783a2e2f11a4feb6fc48e938": {
"describe": {
"columns": [
{
"name": "secret",
"ordinal": 0,
"type_info": "Varchar"
}
],
"nullable": [
false
],
"parameters": {
"Left": [
"Text"
]
}
},
"query": "SELECT secret FROM mcaptcha_users WHERE ID = (\n SELECT user_id FROM mcaptcha_config WHERE key = $1\n )"
},
"4a5dfbc5aeb2bab290a09640cc25223d484fbc7549e5bc54f33bab8616725031": {
"describe": {
"columns": [