mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
Change coagmano:stylus package to 1.1.0 since 2.0.0 building is super slow
This commit is contained in:
parent
4b196d5378
commit
5899b9366c
6 changed files with 22 additions and 6 deletions
|
|
@ -1038,3 +1038,10 @@ Migrations.add('fix-incorrect-dates', () => {
|
|||
cas = CFSAttachments.find();
|
||||
console.log('cas', cas);
|
||||
});
|
||||
|
||||
Migrations.add('change-attachment-library', () => {
|
||||
console.log('migration called here');
|
||||
Migrations.rollback('change-attachment-library');
|
||||
console.log('migration rollbacked');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue