mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:15:57 +00:00
wip for db_migrations for core schema
This commit is contained in:
3
sql/mysql/migrations/40.sql
Normal file
3
sql/mysql/migrations/40.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
update ttrss_prefs set short_desc = 'Enable feed icons' where pref_name = 'ENABLE_FEED_ICONS';
|
||||
|
||||
update ttrss_version set schema_version = 40;
|
||||
Reference in New Issue
Block a user