numerus/revert/payment_attachment.sql

8 lines
112 B
MySQL
Raw Normal View History

2024-08-11 22:08:18 +00:00
-- Revert numerus:payment_attachment from pg
begin;
drop table if exists numerus.payment_attachment;
commit;