website
website copied to clipboard
Our beloved website that contains all versions of our documentations and the API references.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sequelize/website). ## Config Migration Needed (Blocked) The Config...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
Add description about set global useMaster value
Adding [Hatchify](https://github.com/bitovi/hatchify) to the resource page
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sequelize/pr-auto-update-and-handle-conflicts](https://redirect.github.com/sequelize/pr-auto-update-and-handle-conflicts) | action | major | `1.0.1` -> `2.0.0` | --- ### Release...
Fixed bidirectional examples that were inconsistent. - The model `Country` and `Countries` was used. I updated all of the models in the example to use singular names. - Updated association...
Closes #166
Correct mistakes that were causing the example not to work, and use more modern syntax There was a lot of confusion about how to create custom data types in https://github.com/sequelize/sequelize/issues/11177,...
Change the OUTER JOINT to LEFT OUTER JOIN. Because in absence of required it takes LEFT OUTER JOIN.