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