Missing migration for FileUpload
frenzymadness opened this issue · 0 comments
frenzymadness commented
kobo.django.upload
contains FileUpload
model:
kobo/kobo/django/upload/models.py
Line 24 in c5d6600
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.