cleanup network keys on uninstall (#2484)

This commit is contained in:
Aiden McClelland
2023-10-30 10:43:00 -06:00
committed by GitHub
parent 765b542264
commit 9e554bdecd
2 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM network_keys WHERE package = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text"
]
},
"nullable": []
},
"hash": "b203820ee1c553a4b246eac74b79bd10d5717b2a0ddecf22330b7d531aac7c5d"
}