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,22 @@
{
"db_name": "PostgreSQL",
"query": "SELECT mii_data from users where pid = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "mii_data",
"type_info": "Varchar"
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false
]
},
"hash": "a79a3023d5b42b16304a48d36066ba3c9d2458d6bad32b9aac7deb718969dc07"
}