mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE account SET tor_key = NULL, network_key = gen_random_bytes(32)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b81592b3a74940ab56d41537484090d45cfa4c85168a587b1a41dc5393cccea1"
|
|
}
|