mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 19:30:15 +01:00
5 lines
196 B
JavaScript
5 lines
196 B
JavaScript
|
|
import { Mongo } from 'meteor/mongo';
|
||
|
|
|
||
|
|
// Client-side collection mirror for attachment migration status
|
||
|
|
export const AttachmentMigrationStatus = new Mongo.Collection('attachmentMigrationStatus');
|