This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sequelize): prevent indexes duplication (#375)
When running sequelize sync, the unique indexes are created with a different name on each start. The fix is just to specify a name to prevent duplication.
- Loading branch information