The migrations worked but it was migrating as a file field rather than video....

Contribution Date
Technology
Contribution Project
Contribution Details

The migrations worked but it was migrating as a file field rather than video. That was because of a method in FileField which I was extending. I re-evaluated the approach and see that I don't need to extend that class as I am overriding almost every method. This patch works as expected and migrates to a video field.

Issue Status
Needs Review
Contribution Author
Files count
1
Patches count
1