parent
244f8f02a9
commit
ea9d008354
@ -0,0 +1,6 @@ |
||||
RocketChat.models.Uploads = new class extends RocketChat.models._Base |
||||
constructor: -> |
||||
@_initModel 'uploads' |
||||
|
||||
@tryEnsureIndex { 'rid': 1 } |
||||
@tryEnsureIndex { 'uploadedAt': 1 } |
Loading…
Reference in new issue