camper/revert/amenity.sql

8 lines
88 B
PL/PgSQL

-- Revert camper:amenity from pg
begin;
drop table if exists camper.amenity;
commit;