tipus/revert/schema_tipus.sql

8 lines
84 B
PL/PgSQL

-- Revert tipus:schema_tipus from pg
begin;
drop schema if exists tipus;
commit;