2
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2024-09-05 20:41:03 +02:00
miniflux-v2/sql/schema_version_11.sql
2017-12-18 20:52:46 -08:00

6 lines
426 B
SQL

alter table integrations add column wallabag_enabled bool default 'f';
alter table integrations add column wallabag_url text default '';
alter table integrations add column wallabag_client_id text default '';
alter table integrations add column wallabag_client_secret text default '';
alter table integrations add column wallabag_username text default '';
alter table integrations add column wallabag_password text default '';