camper/revert/available_icons.sql

12 lines
152 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;
2024-01-24 00:01:22 +00:00
delete from camper.icon
where icon_name = 'pet'
;
commit;