Hangar/docker/deployment/db/scripts/init.sql
Jake Potrebic a0b97d2d4d
few different things
* 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
2020-09-30 17:14:52 -07:00

5 lines
64 B
SQL

\c hangar;
create extension hstore;
create extension pgcrypto;