mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Upgrade to Meteor 2.3.4
Thanks to xet7 !
This commit is contained in:
parent
e6dc20f6c7
commit
40265144af
316 changed files with 5049 additions and 32549 deletions
|
|
@ -77,6 +77,7 @@ Migrations.add('lowercase-board-permission', () => {
|
|||
});
|
||||
});
|
||||
|
||||
/*
|
||||
// Security migration: see https://github.com/wekan/wekan/issues/99
|
||||
Migrations.add('change-attachments-type-for-non-images', () => {
|
||||
const newTypeForNonImage = 'application/octet-stream';
|
||||
|
|
@ -106,6 +107,8 @@ Migrations.add('card-covers', () => {
|
|||
Attachments.update({}, { $unset: { cover: '' } }, noValidateMulti);
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
Migrations.add('use-css-class-for-boards-colors', () => {
|
||||
const associationTable = {
|
||||
'#27AE60': 'nephritis',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue