mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
4 lines
101 B
SQL
4 lines
101 B
SQL
create extension hstore;
|
|
create extension pgcrypto;
|
|
create role hangar with login password 'hangar';
|