mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02: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;
|