mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 02:04:20 +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
|
// XXX Enforce a schema for the Attachments FilesCollection
|
||||||
// see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
|
// 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
|
debug: false, // Change to `true` for debugging
|
||||||
collectionName: 'attachments',
|
collectionName: 'attachments',
|
||||||
allowClientCode: false,
|
allowClientCode: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue