index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql
/
mysql
/
migrations
/
146.sql
blob: 6d48247275dbadb5af19fcb816ff9ef8c89fd514 (
plain
)
1
2
insert
into
ttrss_filter_actions
(
id
,
name
,
description
)
values
(
10
,
'ignore-tag'
,
'Ignore tags'
);