You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
servers: maintain xor-hash of all associated queue IDs in PostgreSQL (#1615)
* ntf server: maintain xor-hash of all associated queue IDs via PostgreSQL triggers
* smp server: xor hash with triggers
* fix sql and using pgcrypto extension in tests
* track counts and hashes in smp/ntf servers via triggers, smp server stats for service subscription, update SMP protocol to pass expected count and hash in SSUB/NSSUB commands
* agent migrations with functions/triggers
* remove agent triggers
* try tracking service subs in the agent (WIP, does not compile)
* Revert "try tracking service subs in the agent (WIP, does not compile)"
This reverts commit 59e9081.
* comment
("20250322_short_links", m20250322_short_links, Just down_m20250322_short_links),
20
21
("20250702_conn_invitations_remove_cascade_delete", m20250702_conn_invitations_remove_cascade_delete, Just down_m20250702_conn_invitations_remove_cascade_delete),
21
22
("20251009_queue_to_subscribe", m20251009_queue_to_subscribe, Just down_m20251009_queue_to_subscribe),
22
-
("20251010_client_notices", m20251010_client_notices, Just down_m20251010_client_notices)
23
+
("20251010_client_notices", m20251010_client_notices, Just down_m20251010_client_notices),
24
+
("20251020_service_certs", m20251020_service_certs, Just down_m20251020_service_certs)
23
25
]
24
26
25
27
--| The list of migrations in ascending order by date
0 commit comments