mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
wip for db_migrations for core schema
This commit is contained in:
3
sql/pgsql/migrations/20.sql
Normal file
3
sql/pgsql/migrations/20.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE 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';
|
||||
|
||||
update ttrss_version set schema_version = 20;
|
||||
Reference in New Issue
Block a user