You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/schema/upgrade-1.1.5-1.1.7-mysql.sql

5 lines
129 B
SQL

insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
update ttrss_version set schema_version = 8;