Files
firezone/bin/bootstrap_fireguard_dev.sql
2020-05-05 22:00:24 -07:00

6 lines
179 B
SQL

-- Execute this with your DB admin user
create role fireguard;
alter role fireguard with password 'postgres';
alter role firegurd with login;
alter role fireguard with superuser;