add path_info->path migration
This commit is contained in:
parent
2bb7fe3a75
commit
459ab5ea97
3 changed files with 340 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ class File(models.Model):
|
|||
duration = models.FloatField(null=True)
|
||||
|
||||
info = fields.DictField(default={})
|
||||
path_info = fields.DictField(default={})
|
||||
|
||||
video_codec = models.CharField(max_length=255)
|
||||
pixel_format = models.CharField(max_length=255)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue