fixes file_redirection table to match mysql schema change in commit 05e5122802

This commit is contained in:
Brenda Wallace 2009-07-22 21:33:59 +12:00
parent 6eaa91db1c
commit 91f3ddca55
1 changed files with 1 additions and 2 deletions

View File

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