From: Brenda Wallace Date: Wed, 22 Jul 2009 09:33:59 +0000 (+1200) Subject: fixes file_redirection table to match mysql schema change in commit 05e51228020fecaa8... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91f3ddca55ae3ea32aeeb75c797e6c81bb9fd1a0;p=quix0rs-gnu-social.git fixes file_redirection table to match mysql schema change in commit 05e51228020fecaa894523b5159bc412d48e5b19 --- diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql index f0a0aef4ac..de4fab03e2 100644 --- a/db/laconica_pg.sql +++ b/db/laconica_pg.sql @@ -480,8 +480,7 @@ create table file_oembed ( create sequence file_redirection_seq; create table file_redirection ( - id bigint default nextval('file_redirection_seq') primary key /* comment 'unique identifier' */, - url varchar(255) unique, + url varchar(255) primary key, file_id bigint, redirections integer, httpcode integer