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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user