mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Create database package (refactoring)
This commit is contained in:
parent
17054b396e
commit
cf03e0e338
30 changed files with 61 additions and 54 deletions
3
database/sql/schema_version_14.sql
Normal file
3
database/sql/schema_version_14.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
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 '';
|
Loading…
Add table
Add a link
Reference in a new issue