summaryrefslogtreecommitdiff
path: root/sql/schemas/schemas.sql
blob: abcfc3dd45592e9c20d366d62f6fba5436b98ea1 (plain)
1
2
3
4
5
-- set search_path = auth,general,contact,public;

create schema auth;
create schema general;
create schema contact;