8 lines
95 B
MySQL
8 lines
95 B
MySQL
|
-- Revert camper:media_type from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop domain if exists camper.media_type;
|
||
|
|
||
|
commit;
|