summaryrefslogtreecommitdiff
path: root/hosts/surtr/postgresql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/postgresql.nix')
-rw-r--r--hosts/surtr/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/postgresql.nix b/hosts/surtr/postgresql.nix
index 0352c27f..083bc979 100644
--- a/hosts/surtr/postgresql.nix
+++ b/hosts/surtr/postgresql.nix
@@ -63,7 +63,7 @@ in {
63 DROP VIEW virtual_mailbox_domain; 63 DROP VIEW virtual_mailbox_domain;
64 DROP VIEW virtual_mailbox_mapping; 64 DROP VIEW virtual_mailbox_mapping;
65 DROP VIEW imap_user; 65 DROP VIEW imap_user;
66 DROP VIWE lmtp_mapping; 66 DROP VIEW lmtp_mapping;
67 67
68 CREATE EXTENSION citext; 68 CREATE EXTENSION citext;
69 69