1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-11 14:14:10 +02:00
ttrss/sql/pgsql/migrations/133.sql

8 lines
135 B
MySQL
Raw Normal View History

begin;
alter table ttrss_feeds add column last_unconditional timestamp null;
UPDATE ttrss_version SET schema_version = 133;
commit;