mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-02 16:17:11 +00:00
bump schema version to fix resetpass_token created as a wrong type in 124
This commit is contained in:
5
schema/versions/pgsql/125.sql
Normal file
5
schema/versions/pgsql/125.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
begin;
|
||||
|
||||
update ttrss_version set schema_version = 125;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user