mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Merge branch 'master' into lib-change
This commit is contained in:
commit
c3458855bd
425 changed files with 15176 additions and 28903 deletions
|
|
@ -1034,10 +1034,13 @@ Migrations.add('add-description-text-allowed', () => {
|
|||
);
|
||||
});
|
||||
|
||||
Migrations.add('fix-incorrect-dates', () => {
|
||||
cas = CFSAttachments.find();
|
||||
console.log('cas', cas);
|
||||
});
|
||||
Migrations.add('add-sort-field-to-boards', () => {
|
||||
Boards.find().forEach((board, index) => {
|
||||
if (!board.hasOwnProperty('sort')) {
|
||||
Boards.direct.update(board._id, { $set: { sort: index } }, noValidate);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
import { MongoInternals } from 'meteor/mongo';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue