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 sequence file_redirection_seq;
|
||||||
create table file_redirection (
|
create table file_redirection (
|
||||||
id bigint default nextval('file_redirection_seq') primary key /* comment 'unique identifier' */,
|
url varchar(255) primary key,
|
||||||
url varchar(255) unique,
|
|
||||||
file_id bigint,
|
file_id bigint,
|
||||||
redirections integer,
|
redirections integer,
|
||||||
httpcode integer
|
httpcode integer
|
||||||
|
Loading…
Reference in New Issue
Block a user