fixes file_redirection table to match mysql schema change in commit 05e5122802
This commit is contained in:
parent
6eaa91db1c
commit
91f3ddca55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user