mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
0f91eaa0a0
commit
412b60f794
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const insertActivity = (fileObj, activityType) =>
|
|||
// XXX Enforce a schema for the Attachments FilesCollection
|
||||
// see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
|
||||
|
||||
export const Attachments = new FilesCollection({
|
||||
const 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