mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +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;
|