mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 05:19:16 +00:00
add workaround for psql 8.3 stricter typechecking on SUBSTRING() (refs #201)
This commit is contained in:
@@ -205,7 +205,7 @@ create table ttrss_tags (id integer primary key auto_increment,
|
||||
|
||||
create table ttrss_version (schema_version int not null) TYPE=InnoDB;
|
||||
|
||||
insert into ttrss_version values (34);
|
||||
insert into ttrss_version values (35);
|
||||
|
||||
create table ttrss_enclosures (id serial not null primary key,
|
||||
content_url text not null,
|
||||
|
||||
Reference in New Issue
Block a user