forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
483 B
16 lines
1{
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO signal_kyber_pre_keys (id, identity, record, is_last_resort)\n VALUES ($1, $2, $3, TRUE)\n ON CONFLICT (id, identity) DO UPDATE SET is_last_resort = TRUE, record = $3",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Int4",
9 "Text",
10 "Bytea"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "b157b94e003376d827b92eab1ff55caa773ed5691e2e555ab1d1f23fc5adcf8e"
16}