diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-04-14 12:59:00 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-04-14 12:59:00 +0300 |
| commit | b154bc7a10e46dc9fa0406996507c4fd410366da (patch) | |
| tree | d6c7a5b4e9a98bb263d7f5fbea2b7bc1918ff47f /sql/mysql/migrations/20.sql | |
| parent | 60606aaa97f80e9a4456816ff060eb499faf8b73 (diff) | |
initial attempt to remove mysql-related stuff from tt-rss
Diffstat (limited to 'sql/mysql/migrations/20.sql')
| -rw-r--r-- | sql/mysql/migrations/20.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/mysql/migrations/20.sql b/sql/mysql/migrations/20.sql deleted file mode 100644 index 347654512..000000000 --- a/sql/mysql/migrations/20.sql +++ /dev/null @@ -1,3 +0,0 @@ -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; |