summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 17:16:48 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 17:16:48 +0300
commit2aed79d729cc91eff4781b01f24e7edb0b2321bc (patch)
tree33ff3354c5ce0bb6acc70c8042a9f53b31aa9712 /classes/config.php
parentecb94ec23d52f628e2dcd8a20b56e6608d568608 (diff)
schema: add separate otp_secret column
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/config.php b/classes/config.php
index d0c59fbbd..68dd47f35 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -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