mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
650 B
JSON
19 lines
650 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO realtime_outbox (\n id, aggregate_type, aggregate_id, event_type, payload, status,\n next_retry_at, created_at, dispatched_at\n )\n VALUES ($1, 'room', '1', 'room_updated', '{}'::jsonb, $2, $3, $4, $5)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int2",
|
|
"Timestamptz",
|
|
"Timestamptz",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "02a2d799b85e0d7edd2ede97300748a8ff71dd7c2e730866166255bd92a44c95"
|
|
}
|