From 4bc760da51ebb36a13edf8b34d3efee0276abaf6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2006 07:39:09 +0100 Subject: add author column to ttrss_entries, add upgrade script for 1.1.4, bump schema version --- schema/ttrss_schema_mysql.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index a8fb8698b..eb1076999 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -83,7 +83,8 @@ create table ttrss_entries (id integer not null primary key auto_increment, 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; + comments varchar(250) not null default '', + author varchar(250) not null default '') TYPE=InnoDB; create table ttrss_user_entries ( int_id integer not null primary key auto_increment, -- cgit v1.2.3