mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 19:51:28 +00:00
fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
This commit is contained in:
5
schema/versions/pgsql/130.sql
Normal file
5
schema/versions/pgsql/130.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
UPDATE ttrss_version SET schema_version = 130;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user