add cli to rotate key (#2525)

* rotate key

* handle service with no config
This commit is contained in:
Aiden McClelland
2023-11-17 16:27:08 -07:00
committed by GitHub
parent d03aadb367
commit 8f231424d1
8 changed files with 165 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM tor WHERE package = $1 AND interface = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": []
},
"hash": "350ab82048fb4a049042e4fdbe1b8c606ca400e43e31b9a05d2937217e0f6962"
}