build pipeline, health check works again

This commit is contained in:
Andre Heber
2024-02-19 17:49:19 +01:00
parent 39b6e11885
commit 329fd5b86c
7 changed files with 95 additions and 20 deletions

View File

@ -0,0 +1,17 @@
{
"db_name": "PostgreSQL",
"query": "\n\t\tINSERT INTO subscriptions (id, email, name, subscribed_at)\n\t\tVALUES ($1, $2, $3, $4)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Text",
"Text",
"Timestamptz"
]
},
"nullable": []
},
"hash": "eab54567b7111647243528e961fdb11a68a6d4d3b689d75140a4c74d8b9f59e4"
}