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