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