mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
3 lines
No EOL
218 B
SQL
3 lines
No EOL
218 B
SQL
alter table integrations add column nunux_keeper_enabled bool default 'f';
|
|
alter table integrations add column nunux_keeper_url text default '';
|
|
alter table integrations add column nunux_keeper_api_key text default ''; |