mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
8 lines
124 B
PL/PgSQL
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;
|