diff options
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -363,8 +363,8 @@ in rec { | |||
| 363 | local all all peer | 363 | local all all peer |
| 364 | ''; | 364 | ''; |
| 365 | initialScript = pkgs.writeText "schema.sql" '' | 365 | initialScript = pkgs.writeText "schema.sql" '' |
| 366 | CREATE DATABASE thermoprint; | ||
| 367 | CREATE USER thermoprint; | 366 | CREATE USER thermoprint; |
| 367 | CREATE DATABASE thermoprint WITH OWNER = thermoprint; | ||
| 368 | GRANT ALL ON DATABASE thermoprint TO thermoprint; | 368 | GRANT ALL ON DATABASE thermoprint TO thermoprint; |
| 369 | ''; | 369 | ''; |
| 370 | }; | 370 | }; |
