sequelize
sequelize copied to clipboard
fix(postgres): make transitive gets default to parent schema
Make index-creation work also if the schema is provided at sync time.
Pull Request check-list
- [x] Does
npm run testornpm run test-DIALECTpass with this change (including linting)? - [x] Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
- [x] Have you added new tests to prevent regressions?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
- [ ] Did you update the typescript typings accordingly (if applicable)?
- [x] Did you follow the commit message conventions explained in CONTRIBUTING.md?
Description of change
Fixes #11638, #11634
Please merge this. We need this in our project.