Explanation about split schemas

This commit is contained in:
Joe Nelson
2015-11-10 21:00:50 -08:00
parent 3a659843d2
commit 64172873e4
+4
View File
@@ -5,6 +5,10 @@ begin;
create extension if not exists pgcrypto;
create extension if not exists "uuid-ossp";
-- We put things inside the basic_auth schema to hide
-- them from public view. Certain public procs/views will
-- refer to helpers and tables inside.
create schema if not exists basic_auth;
-------------------------------------------------------------------------------