8 lines
109 B
MySQL
8 lines
109 B
MySQL
|
-- Revert camper:redsys_environment from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop type if exists camper.redsys_environment;
|
||
|
|
||
|
commit;
|