Fix upload tests for entity upgrade

This commit is contained in:
Tom Bloor 2017-08-31 19:03:49 +01:00
parent e91863a3d7
commit dd6e21eb50
3 changed files with 24 additions and 21 deletions

View file

@ -35,7 +35,7 @@ __PACKAGE__->add_columns(
},
"proof_image" => {
data_type => "text",
is_nullable => 0,
is_nullable => 1,
},
"submitted_at" => {
data_type => "datetime",