summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.5-1.1.7-mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 02:20:43 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 02:20:43 +0100
commitdd7d31871e2349edd9a488922eba8f2abfbc3dce (patch)
tree931d5d80f16328da426510d23948c00f76e1fbf3 /schema/upgrade-1.1.5-1.1.7-mysql.sql
parentadba6b8509635496615045bf0bae5998fc0eb412 (diff)
new filter action: set starred, rename add filter button
Diffstat (limited to 'schema/upgrade-1.1.5-1.1.7-mysql.sql')
-rw-r--r--schema/upgrade-1.1.5-1.1.7-mysql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/upgrade-1.1.5-1.1.7-mysql.sql b/schema/upgrade-1.1.5-1.1.7-mysql.sql
index aa74eb343..bfccc3358 100644
--- a/schema/upgrade-1.1.5-1.1.7-mysql.sql
+++ b/schema/upgrade-1.1.5-1.1.7-mysql.sql
@@ -3,5 +3,8 @@ insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat')
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ON_CATCHUP_SHOW_NEXT_FEED', 1, 'false', 'On catchup show next feed',2,
'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
+insert into ttrss_filter_actions (id,name,description) values (3, 'mark',
+ 'Set starred');
+
update ttrss_version set schema_version = 8;