You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/sql/mysql/migrations/131.sql

8 lines
124 B
PL/PgSQL

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