numerus/revert/company.sql

8 lines
80 B
PL/PgSQL

-- Revert numerus:company from pg
begin;
drop table numerus.company;
commit;