Add main_transcoding_progress column migration
authorvijeth-aradhya <vijthaaa@gmail.com>
Tue, 22 Aug 2017 07:52:23 +0000 (13:22 +0530)
committervijeth-aradhya <vijthaaa@gmail.com>
Tue, 22 Aug 2017 07:52:23 +0000 (13:22 +0530)
commitbeb9121c0d0d86a575f3501e6070bf4f63956727
tree87b70a50c9a68391003e392f376d009d8d37d983
parentbccc79391a46a9ad84eaea4176698da5a4f78acd
Add main_transcoding_progress column migration

This field is required to store the progress of the default
resolution of the media. So, we now store the total progress of transcoding
the video in 'transcoding_progress' and progress of transcoding the default
resolution in 'main_transcoding_progress'.
mediagoblin/db/migrations/versions/cc3651803714_add_main_transcoding_progress_column_to_.py [new file with mode: 0644]
mediagoblin/db/models.py