campingmontagut/revert/surroundings_ad.sql
jordi fita mas f514f9132e Add ad management for surroundings
They only want a single ad (for now, i guess).
2024-01-23 14:53:15 +01:00

8 lines
104 B
PL/PgSQL

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