Files
hamster-tycoon/liquibase/changelogs/prepare-database.sql
2020-01-05 23:20:38 +01:00

3 lines
85 B
SQL

CREATE SCHEMA IF NOT EXISTS hamster_tycoon;
CREATE EXTENSION IF NOT EXISTS pgcrypto;