You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description of change
Copies triggers when recreating a table in SQLite.
Previously, any DSL migration operations that resulted in recreating the
table would drop the triggers, because they weren't being properly
copied over.
Fixes https://linear.app/n8n/issue/CAT-1709.
Verified in n8n.
### Pull-Request Checklist
<!--
Please make sure to review and check all of the following.
If an item is not applicable, you can add "N/A" to the end.
-->
- [ ] Code is up-to-date with the `master` branch
- [ ] `npm run format` to apply prettier formatting
- [ ] `npm run test` passes with this change
- [ ] This pull request links relevant issues as `Fixes #0000`
- [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
- [ ] The new commits follow conventions explained in
[CONTRIBUTING.md](https://github.com/typeorm/typeorm/blob/master/CONTRIBUTING.md)
<!--
🎉 Thank you for contributing and making TypeORM even better!
-->
0 commit comments