build pipeline, health check works again
This commit is contained in:
17
.sqlx/query-eab54567b7111647243528e961fdb11a68a6d4d3b689d75140a4c74d8b9f59e4.json
generated
Normal file
17
.sqlx/query-eab54567b7111647243528e961fdb11a68a6d4d3b689d75140a4c74d8b9f59e4.json
generated
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user