summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 0ed2b8df5..ae736cb6f 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -66,9 +66,6 @@ create table ttrss_labels (id integer primary key auto_increment,
sql_exp varchar(250) not null,
description varchar(250) not null) TYPE=InnoDB;
-insert into ttrss_labels (sql_exp,description) values ('title = \'Interesting Topic\'',
- 'Example Label');
-
insert into ttrss_labels (sql_exp,description) values ('unread = true',
'Unread articles');