1
0
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:
Andrew Dolgov
2008-04-21 05:53:19 +01:00
parent f8232151a0
commit fc2b26a6a2
12 changed files with 36 additions and 23 deletions

View File

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