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

10 lines
169 B
MySQL
Raw Permalink Normal View History

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