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