numerus/revert/product.sql

8 lines
90 B
MySQL
Raw Normal View History

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