numerus/revert/country.sql

8 lines
90 B
PL/PgSQL

-- Revert numerus:country from pg
begin;
drop table if exists numerus.country;
commit;