Commit Graph

1 Commits

Author SHA1 Message Date
Paul Eggleton
773a6475af Fix not null error on database migration
The updated field on the branch table was not null and this breaks the
fixture. It's too painful to specify a value for a datetime field in a
fixture json file and it wouldn't even make sense to specify a value in
this case anyway, so just allow the field to be null.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-01-04 14:15:36 -06:00