camper/revert/available_icons.sql

10 lines
171 B
MySQL
Raw Normal View History

2024-01-24 00:01:22 +00:00
-- 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;