mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
parent
20ecc9dad5
commit
c9310dbda0
8 changed files with 0 additions and 15 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
// Activities don't need a schema because they are always set from the a trusted
|
||||
// environment - the server - and there is no risk that a user change the logic
|
||||
// we use with this collection. Moreover using a schema for this collection
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
Boards = new Mongo.Collection('boards');
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
Cards = new Mongo.Collection('cards');
|
||||
|
||||
// XXX To improve pub/sub performances a card document should include a
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
//const stringify = require('csv-stringify');
|
||||
|
||||
// exporter maybe is broken since Gridfs introduced, add fs and path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue