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