camper/revert/redsys.sql

8 lines
86 B
PL/PgSQL

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