8 lines
150 B
MySQL
8 lines
150 B
MySQL
|
-- Revert camper:translate_legal_text from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.translate_legal_text(integer, text, text, text, text);
|
||
|
|
||
|
commit;
|