sequelize-typescript
sequelize-typescript copied to clipboard
Decorators and some other features for sequelize
I'm running into the same issue referenced by the old #388 issue. Is there any chance this could be revisited? It seems like this issue shouldn't need to exist. Perhaps...
# Issue ## Versions - sequelize: `6.6.5` - sequelize-typescript: `2.1.3` - typescript: `4.8.2` ## Issue type - [ ] bug report - [ ] feature request ## Actual behavior I...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 to 0.5.37. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.37. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32...
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.1 to 0.32.2. Release notes Sourced from markdownlint-cli's releases. 0.32.2 Update markdownlint dependency to 0.26.2 Improve MD037/MD051/MD053 Update all dependencies via Dependabot 0.32.1 Update markdownlint dependency to...
Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 5.0.0 to 5.1.0. Release notes Sourced from @release-it/conventional-changelog's releases. Release 5.1.0 Extend exports with package.json (closes #52) (b19b6e8) Update dependencies & add semver (fixes #49) (d039a1c) Commits...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.0.3 to 17.1.0. Release notes Sourced from @commitlint/config-conventional's releases. v17.1.0 17.1.0 (2022-08-27) Bug Fixes update dependency cosmiconfig-typescript-loader to v3 (#3253) (4e87d14) update dependency cosmiconfig-typescript-loader to v3.1.1 (#3282)...
When migrating to sequelize-typescript, if model A has two associations to model B, one without an alias configuration and one which is aliased, the migration is not possible at all....