perf: sync protocol and core hardening updates
This commit is contained in:
parent
152fed3b87
commit
4390ebf5a9
283 changed files with 29231 additions and 2295 deletions
3
deploy/migrations/0078_channel_send_fingerprint.down.sql
Normal file
3
deploy/migrations/0078_channel_send_fingerprint.down.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE public.channel_messages
|
||||
DROP CONSTRAINT IF EXISTS channel_messages_request_fingerprint_size,
|
||||
DROP COLUMN IF EXISTS request_fingerprint;
|
||||
Loading…
Add table
Add a link
Reference in a new issue