8 lines
91 B
MySQL
8 lines
91 B
MySQL
|
-- Revert camper:logout from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.logout();
|
||
|
|
||
|
commit;
|