mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
6 lines
176 B
SQL
6 lines
176 B
SQL
-- Execute this with your DB admin user
|
|
create role firezone;
|
|
alter role firezone with password 'postgres';
|
|
alter role firezone with login;
|
|
alter role firezone with superuser;
|