mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 14:47:26 +02:00
6 lines
139 B
SQL
6 lines
139 B
SQL
|
|
insert into ttrss_filter_types (id,name,description) values (5, 'date',
|
|
'Article Date');
|
|
|
|
update ttrss_version set schema_version = 46;
|