]> git.wh0rd.org - tt-rss.git/blame - schema/versions/mysql/20.sql
minor css fixes (mostly for zoom mode)
[tt-rss.git] / schema / versions / mysql / 20.sql
CommitLineData
8c0edbc3
AD
1UPDATE ttrss_prefs SET help_text = 'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once.' WHERE pref_name = 'ALLOW_DUPLICATE_POSTS';
2
3update ttrss_version set schema_version = 20;