mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
schema: add ttrss_users.last_auth_attempt
This commit is contained in:
2
sql/pgsql/migrations/145.sql
Normal file
2
sql/pgsql/migrations/145.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table ttrss_users add column last_auth_attempt timestamp;
|
||||
alter table ttrss_users alter column last_auth_attempt set default null;
|
||||
Reference in New Issue
Block a user