agriget/schema/versions/mysql/133.sql

8 lines
134 B
MySQL
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
begin;
alter table ttrss_feeds add column last_unconditional datetime null;
UPDATE ttrss_version SET schema_version = 133;
commit;