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