1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
ttrss/sql/mysql/migrations/133.sql

8 lines
134 B
MySQL
Raw Normal View History

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