-- Deploy numerus:schema_auth to pg -- requires: roles begin; create schema auth; comment on schema auth is 'To keep user’s passwords safe.'; commit;