mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-27 18:01:00 +01:00
8 lines
135 B
PL/PgSQL
8 lines
135 B
PL/PgSQL
begin;
|
|
|
|
alter table ttrss_feeds add column last_unconditional timestamp null;
|
|
|
|
UPDATE ttrss_version SET schema_version = 133;
|
|
|
|
commit;
|