this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM records WHERE repo_id = $1 AND collection = $2 AND rkey = $3",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "8c9297289cb753c8eaa4231ae9eab6cd3367f9bf543d9f49bca4afa53434ce0d"
16}