From 173f53c48c42fbf8efc23b1393a71e9e688bfcec Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Jun 2025 15:01:48 +0200 Subject: ... --- hosts/surtr/postgresql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/surtr/postgresql/default.nix b/hosts/surtr/postgresql/default.nix index 840b46c6..3786ea7c 100644 --- a/hosts/surtr/postgresql/default.nix +++ b/hosts/surtr/postgresql/default.nix @@ -334,7 +334,7 @@ in { id uuid PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(), key text NOT NULL CONSTRAINT key_not_empty CHECK (key <> '''), value text NOT NULL CONSTRAINT value_not_empty CHECK (value <> '''), - CONSTRAINT key_unique UNIQUE (key) + CONSTRAINT recipient_bcc_maps_key_unique UNIQUE (key) ); COMMIT; -- cgit v1.2.3