mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Fix Import from Trello error 400.
Thanks to xet7 !
This commit is contained in:
parent
be25e372a3
commit
2f557ae3a5
2 changed files with 26 additions and 0 deletions
4
config/models.js
Normal file
4
config/models.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module.exports.models = {
|
||||
connection: 'mongodb',
|
||||
migrate: 'safe'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue