tinytinyrss/sql/pgsql/migrations/92.sql

9 lines
207 B
PL/PgSQL

begin;
alter table ttrss_feeds add column favicon_last_checked timestamp;
alter table ttrss_feeds alter column favicon_last_checked set default null;
update ttrss_version set schema_version = 92;
commit;