8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Revert camper:edit_page from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.edit_page(uuid, text, text);
|
||
|
|
||
|
commit;
|