1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-12 14:24:09 +02:00
ttrss/sql/mysql/migrations/131.sql

8 lines
124 B
MySQL
Raw Normal View History

BEGIN;
ALTER TABLE ttrss_filters2_rules ADD COLUMN match_on TEXT;
UPDATE ttrss_version SET schema_version = 131;
COMMIT;