camper/revert/icon.sql

8 lines
82 B
PL/PgSQL

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