Files
john-back/liquibase/changelogs/prepare-database.sql

3 lines
75 B
SQL

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