From eb40e11b14b025f3603581977e2f6bbb032967e4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2005 08:14:29 +0100 Subject: add column for slash:comments and alike in ttrss_entries (+ add upgrade scripts for 1.1.1) --- schema/ttrss_schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 6352c2fcc..b9855fbd6 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -71,6 +71,7 @@ create table ttrss_entries (id integer not null primary key auto_increment, content_hash varchar(250) not null, no_orig_date bool not null default 0, date_entered datetime not null, + num_comments integer not null default 0, comments varchar(250) not null default '') TYPE=InnoDB; create table ttrss_user_entries ( -- cgit v1.2.3