From d6f55ce80066e7f48389eed6169c1d8360fd1f4d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2005 14:05:48 +0100 Subject: rename All Posts, change default labels in schema --- schema/ttrss_schema_mysql.sql | 3 --- 1 file changed, 3 deletions(-) (limited to 'schema/ttrss_schema_mysql.sql') 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'); -- cgit v1.2.3-54-g00ecf