mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 23:31:29 +00:00
add author column to ttrss_entries, add upgrade script for 1.1.4, bump schema version
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user