-- Deploy numerus:extension_iban to pg -- requires: schema_numerus begin; create extension if not exists iban; commit;