camper/revert/available_icons.sql

10 lines
171 B
PL/PgSQL

-- Deploy camper:available_icons to pg
-- requires: schema_camper
-- requires: icon
begin;
-- Nothing; leave it to the available_icons@v1 to delete all of them
commit;