8 lines
112 B
MySQL
8 lines
112 B
MySQL
|
-- Revert camper:cover_carousel_i18n from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists camper.cover_carousel_i18n;
|
||
|
|
||
|
commit;
|