omnivore/packages/db/migrations/0096.undo.subscriptions_icon.sql

10 lines
177 B
MySQL
Raw Normal View History

2022-09-27 03:58:55 +00:00
-- Type: UNDO
-- Name: subscriptions_icon
-- Description: Add icon field to subscriptions table
BEGIN;
ALTER TABLE omnivore.subscriptions DROP COLUMN IF EXISTS icon;
COMMIT;