SQL: Added MediaFile and MediaAttachmentFile to MODELS
This commit is contained in:
parent
814334f6eb
commit
4dbf16be33
@ -277,7 +277,8 @@ class MediaComment(Base, MediaCommentMixin):
|
||||
|
||||
|
||||
MODELS = [
|
||||
User, MediaEntry, Tag, MediaTag, MediaComment]
|
||||
User, MediaEntry, Tag, MediaTag, MediaComment, MediaFile,
|
||||
MediaAttachmentFile]
|
||||
|
||||
|
||||
######################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user