-- Deploy camper:extension_postgis to pg
-- requires: schema_public
begin;
create extension if not exists postgis;
commit;