release-engineering/kobo

Missing migration for FileUpload

frenzymadness opened this issue · 0 comments

kobo.django.upload contains FileUpload model:

class FileUpload(models.Model):

but there is no migration created for it so even if we use that app, there is no database table for it. I'm gonna generate one soon.