forked from Giveth/feathers-giveth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'chore/mongo' into develop
* chore/mongo: Fixes Giveth#316, fixes Giveth#252. Fixes Giveth#314 fix throwing delete in script, added catch Fixed milestones that were causing issues because some values were undefined. Started altering milestones that should be altered during migration. Fixes Giveth#336, Giveth#348 Fixed the EthConversionRateTimestamp Update migration script, update milestone model - make image not required and remove item id Migration script for milestones and users Fix conversations, clean up A lot of changes to models, fixing queries and issues. Update readme Migrated milestones to mongoose Setup mongoose, translate user and campaign model to mongoose # Conflicts: # package-lock.json
- Loading branch information
Showing
45 changed files
with
5,995 additions
and
3,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
{ | ||
"presets": ["env"] | ||
} | ||
"presets": [ | ||
["env", { | ||
"targets": { | ||
"node": "current" | ||
} | ||
}], | ||
"stage-1" | ||
], | ||
"plugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.