sequelize icon indicating copy to clipboard operation
sequelize copied to clipboard

fix(postgres): make transitive gets default to parent schema

Open vanthome opened this issue 4 years ago • 1 comments

Make index-creation work also if the schema is provided at sync time.

Pull Request check-list

  • [x] Does npm run test or npm run test-DIALECT pass 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

vanthome avatar Mar 23 '21 22:03 vanthome

Please merge this. We need this in our project.

robert-niestroj avatar Apr 29 '21 10:04 robert-niestroj