From e2549229e1a10d8dbb41802d19027741040ab61c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 14:54:40 +0100 Subject: display article labels in headlines buffer --- schema/ttrss_schema_pgsql.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 6c7f9d98a..b2ea2a596 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -368,11 +368,11 @@ create table ttrss_labels2 (id serial not null primary key, caption varchar(250) not null ); -INSERT INTO ttrss_labels2 (owner_uid, caption) VALUES (1, 'All Articles'); - -INSERT INTO ttrss_filters (owner_uid, feed_id, filter_type, reg_exp, enabled, - action_id, action_param, filter_param) - VALUES (1, NULL, 1, '.', true, 7, 'All Articles', 'before'); +--INSERT INTO ttrss_labels2 (owner_uid, caption) VALUES (1, 'All Articles'); +-- +--INSERT INTO ttrss_filters (owner_uid, feed_id, filter_type, reg_exp, enabled, +-- action_id, action_param, filter_param) +-- VALUES (1, NULL, 1, '.', true, 7, 'All Articles', 'before'); create table ttrss_user_labels2 ( label_id integer not null references ttrss_labels2(id) ON DELETE CASCADE, -- cgit v1.2.3-54-g00ecf