1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 02:01:33 +00:00

add column for slash:comments and alike in ttrss_entries (+ add upgrade scripts for 1.1.1)

This commit is contained in:
Andrew Dolgov
2005-12-10 08:14:29 +01:00
parent 75836f3386
commit eb40e11b14
4 changed files with 22 additions and 0 deletions

View File

@@ -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 (