-- Deploy tipus:extension_pgcrypto to pg -- requires: schema_auth begin; create extension if not exists pgcrypto with schema auth; commit;