8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Revert numerus:remove_expense from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.remove_expense(uuid);
|
||
|
|
||
|
commit;
|