1
0
Fork 0
miniflux/sql/schema_version_17.sql

4 lines
215 B
MySQL
Raw Normal View History

2018-05-20 16:31:56 -04: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 '';