Update Dockerfile and CI

This commit is contained in:
BloxerHD 2025-11-03 07:25:19 +00:00
commit 4d0dfccdb3
21 changed files with 792 additions and 20 deletions

View file

@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE users SET email_verified_since = $1 WHERE pid = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Timestamp",
"Int4"
]
},
"nullable": []
},
"hash": "248fc3dbfadb793f1f380486d9c1c95230d4d5a7ee3cb66d9382b7f0522c5e82"
}