1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-07 13:40:53 +02:00
ttrss/sql/pgsql/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;