1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

add ttrss_feeds.last_unconditional (schema bump)

This commit is contained in:
Andrew Dolgov
2017-11-30 12:55:50 +03:00
parent 1a4ff852de
commit ecd2e414bd
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
begin;
alter table ttrss_feeds add column last_unconditional datetime null;
UPDATE ttrss_version SET schema_version = 133;
commit;

View File

@@ -0,0 +1,7 @@
begin;
alter table ttrss_feeds add column last_unconditional timestamp null;
UPDATE ttrss_version SET schema_version = 133;
commit;