mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
4 lines
129 B
MySQL
4 lines
129 B
MySQL
|
insert into ttrss_themes (theme_name, theme_path) values ('Three-pane', '3pane');
|
||
|
|
||
|
update ttrss_version set schema_version = 25;
|