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.
15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM room_resource_events\n WHERE created_at < NOW() - ($1::bigint::text || ' seconds')::interval\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "41e9c20f9b1b4c6721485658475577ca67ad47b338c631f7f2c40dd91bfebe00"
|
|
}
|