numerus/revert/quote_status_i18n.sql

8 lines
110 B
PL/PgSQL

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