mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
04b1763965
Summary: Fixes T7283. We weren't creating deltas for contacts because we were inserting contacts using `UPSERT`, which requires us to add another sequelize hook. Unfortunately, support for this hook is only available on sequelize 4.x. I didn't want to upgrade our sequelize version right now and cause of bunch of mysterious failures, so I've simply changed the `UPSERT` to be either an `INSERT`or `UPDATE`. We didn't really need it anyway. Test Plan: Checked that N1 was receiving contact deltas. Reviewers: bengotow Reviewed By: bengotow Maniphest Tasks: T7283 Differential Revision: https://phab.nylas.com/D3481
19 lines
281 B
Text
19 lines
281 B
Text
*.swp
|
|
*~
|
|
.DS_Store
|
|
node_modules
|
|
dump.rdb
|
|
*npm-debug.log
|
|
storage/
|
|
lerna-debug.log
|
|
newrelic_agent.log
|
|
|
|
# Vim temp files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
/packages/local-sync/spec-saved-state.json
|