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

schema: add ttrss_users.last_auth_attempt

This commit is contained in:
Andrew Dolgov
2021-03-12 09:19:50 +03:00
parent 96d89fe912
commit b9268fcc88
5 changed files with 8 additions and 2 deletions

View File

@@ -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: