8 lines
112 B
MySQL
8 lines
112 B
MySQL
|
-- Revert numerus:expense_attachment from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists numerus.expense_attachment;
|
||
|
|
||
|
commit;
|