From b9268fcc88f2f2ff03be2ec43f6206350cfc64f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Mar 2021 09:19:50 +0300 Subject: schema: add ttrss_users.last_auth_attempt --- classes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/config.php') 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: -- cgit v1.2.3