mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM network_keys WHERE package = $1 AND interface = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "dfc23b7e966c3853284753a7e934351ba0cae3825988b3e0ecd3b6781bcff524"
|
|
}
|