-- Deploy numerus:extension_uri to pg
-- requires: schema_public
begin;
create extension if not exists uri;
commit;