summaryrefslogtreecommitdiff
path: root/hosts/surtr/postgresql/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/postgresql/default.nix')
-rw-r--r--hosts/surtr/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/postgresql/default.nix b/hosts/surtr/postgresql/default.nix
index 2908435d..208017eb 100644
--- a/hosts/surtr/postgresql/default.nix
+++ b/hosts/surtr/postgresql/default.nix
@@ -316,7 +316,7 @@ in {
316 COMMIT; 316 COMMIT;
317 317
318 BEGIN; 318 BEGIN;
319 SELECT _v.register_patch('015-sender_bcc', ARRAY[], null); 319 SELECT _v.register_patch('015-sender_bcc', null, null);
320 320
321 CREATE TABLE sender_bcc_maps ( 321 CREATE TABLE sender_bcc_maps (
322 id uuid PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(), 322 id uuid PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),