1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00
Files
tt-rss/sql/pgsql/migrations/30.sql
2021-03-04 08:30:52 +03:00

5 lines
188 B
SQL

alter table ttrss_feeds add column last_update_started timestamp;
alter table ttrss_feeds alter column last_update_started set default null;
update ttrss_version set schema_version = 30;