mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add OAuth2 authentication
This commit is contained in:
parent
9877051f12
commit
cc6d272eb7
351 changed files with 81664 additions and 55 deletions
3
sql/schema_version_2.sql
Normal file
3
sql/schema_version_2.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
create extension if not exists hstore;
|
||||
alter table users add column extra hstore;
|
||||
create index users_extra_idx on users using gin(extra);
|
Loading…
Add table
Add a link
Reference in a new issue