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
312 B
JSON
15 lines
312 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
2 months ago
|
"query": "DELETE FROM media WHERE creator_id = $1 OR deleted_owner_id = $1",
|
||
|
2 months ago
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
2 months ago
|
"hash": "ab2049c1f0f0a3aa6f23226770461df33efaee7f68227a3e2f8d83e2c233fa2c"
|
||
|
2 months ago
|
}
|