mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +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';
|