mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
48cd554229
commit
dcac00696e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const insertActivity = (fileObj, activityType) =>
|
|||
// XXX Enforce a schema for the Attachments FilesCollection
|
||||
// see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
|
||||
|
||||
const Attachments = new FilesCollection({
|
||||
Attachments = new FilesCollection({
|
||||
debug: false, // Change to `true` for debugging
|
||||
collectionName: 'attachments',
|
||||
allowClientCode: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue