1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

schema: add separate otp_secret column

This commit is contained in:
Andrew Dolgov
2021-03-05 17:16:48 +03:00
parent ecb94ec23d
commit 2aed79d729
5 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ class Config {
const T_STRING = 2;
const T_INT = 3;
const SCHEMA_VERSION = 142;
const SCHEMA_VERSION = 143;
// override defaults, defined below in _DEFAULTS[], via environment: DB_TYPE becomes TTRSS_DB_TYPE, etc