Found remnants of fireguard

This commit is contained in:
Jamil Bou Kheir
2021-06-28 15:06:26 -07:00
parent fa5bf79512
commit 67182d9d94
4 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
-- Execute this with your DB admin user
create role cloudfire;
alter role cloudfire with password 'postgres';
alter role cloudfire with login;
alter role cloudfire with superuser;