9 lines
118 B
PL/PgSQL
9 lines
118 B
PL/PgSQL
-- Deploy camper:extension_uri to pg
|
|
-- requires: schema_public
|
|
|
|
begin;
|
|
|
|
create extension if not exists uri;
|
|
|
|
commit;
|