Fix upload tests for entity upgrade
This commit is contained in:
parent
e91863a3d7
commit
dd6e21eb50
3 changed files with 24 additions and 21 deletions
|
@ -35,7 +35,7 @@ __PACKAGE__->add_columns(
|
|||
},
|
||||
"proof_image" => {
|
||||
data_type => "text",
|
||||
is_nullable => 0,
|
||||
is_nullable => 1,
|
||||
},
|
||||
"submitted_at" => {
|
||||
data_type => "datetime",
|
||||
|
|
Reference in a new issue