numerus/revert/quote_number_counter.sql

8 lines
116 B
MySQL
Raw Normal View History

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