mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-change
This commit is contained in:
commit
af7c74b2d3
82 changed files with 3687 additions and 459 deletions
|
|
@ -1045,7 +1045,6 @@ Migrations.add('add-sort-field-to-boards', () => {
|
|||
import { MongoInternals } from 'meteor/mongo';
|
||||
|
||||
Migrations.add('change-attachment-library', () => {
|
||||
const http = require('http');
|
||||
const fs = require('fs');
|
||||
CFSAttachments.find().forEach(file => {
|
||||
const bucket = new MongoInternals.NpmModule.GridFSBucket(MongoInternals.defaultRemoteCollectionDriver().mongo.db, {bucketName: 'cfs_gridfs.attachments'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue