mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
a0b97d2d4d
* moved extension creation to init.sql in the docker psql directory (must be super user to use that command) * populate platform_versions and roles using ContextRefreshEvent (tried messing w/ordering and couldn't get that to work) * Created separate population service for initializing various values
5 lines
64 B
SQL
5 lines
64 B
SQL
\c hangar;
|
|
|
|
create extension hstore;
|
|
create extension pgcrypto;
|