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