diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-06 00:11:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-06 00:11:07 +0200 |
commit | a8ceaf922695b585aa7cb8ad74b7ec1850f788e0 (patch) | |
tree | 714bf1c34789018045522071272f2561bb9345de /hosts | |
parent | e23823d812de7df0eb1c3f8c9df63956158802c6 (diff) | |
download | nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.gz nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.bz2 nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.tar.xz nixos-a8ceaf922695b585aa7cb8ad74b7ec1850f788e0.zip |
surtr: ...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/surtr/postgresql.nix | 2 |
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 | ||