-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(database): high-availability issues especially on SQL dbs (#899)
* refactor(database): propagate instanceSync to adapter schema creation fix(database): mongoose will no longer try to create indexes during instance syncs fix(datbase): sequelize will no longer try to sync schemas during instance syncs * feat(database): add basic replica recognition to stop system schema syncs from replicas fix(database): manually modify "sync" variable of sequelize models when on instance syncs
- Loading branch information
1 parent
87884d3
commit db7c1f8
Showing
4 changed files
with
29 additions
and
83 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
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
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