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