8 lines
109 B
MySQL
8 lines
109 B
MySQL
|
-- Revert camper:zero_pad from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.zero_pad(bytea, integer);
|
||
|
|
||
|
commit;
|