miniflux-v2/sql/schema_version_17.sql

4 lines
215 B
MySQL
Raw Normal View History

2018-05-20 22:31:56 +02:00
alter table integrations add column pocket_enabled bool default 'f';
alter table integrations add column pocket_access_token text default '';
alter table integrations add column pocket_consumer_key text default '';