summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 09:19:50 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 09:19:50 +0300
commitb9268fcc88f2f2ff03be2ec43f6206350cfc64f7 (patch)
tree2e7324ed95d2110070ec5636cde8356d2b733260 /classes/config.php
parent96d89fe912fa059377428b777dba7de97d8675c3 (diff)
schema: add ttrss_users.last_auth_attempt
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 2fa222092..f60b96f2a 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 = 144;
+ const SCHEMA_VERSION = 145;
/* override defaults, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX: