mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-03 06:17:12 +00:00
add graycube theme
This commit is contained in:
@@ -6,6 +6,9 @@ delete FROM ttrss_user_prefs WHERE pref_name = 'DISPLAY_FOOTER';
|
||||
delete FROM ttrss_prefs WHERE pref_name = 'DISPLAY_HEADER';
|
||||
delete FROM ttrss_prefs WHERE pref_name = 'DISPLAY_FOOTER';
|
||||
|
||||
insert into ttrss_themes (theme_name, theme_path)
|
||||
values ('Graycube', 'graycube');
|
||||
|
||||
update ttrss_version set schema_version = 11;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user