-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Fix migrations for MySQL/MariaDB #6591
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
packages/cli/src/databases/migrations/mysqldb/1690000000030-SeparateExecutionData.ts
Show resolved
Hide resolved
packages/cli/src/databases/migrations/mysqldb/1690000000031-FixExecutionDataType.ts
Show resolved
Hide resolved
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6591 +/- ##
==========================================
- Coverage 28.89% 28.82% -0.07%
==========================================
Files 3068 3068
Lines 188294 188294
Branches 20895 20893 -2
==========================================
- Hits 54404 54273 -131
- Misses 133006 133137 +131
Partials 884 884 ☔ View full report in Codecov by Sentry. |
|
Passing run #1375 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
packages/cli/src/databases/migrations/mysqldb/1690000000031-FixExecutionDataType.ts
Outdated
Show resolved
Hide resolved
packages/cli/src/databases/migrations/mysqldb/1690000000031-FixExecutionDataType.ts
Show resolved
Hide resolved
✅ All Cypress E2E specs passed |
* master: fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) feat(Strava Node): Add hide_from_home field in Activity Update (#5883) feat(Notion Node): Add option to update icon when updating a page (#5670) refactor: Setup node context API, and consolidate code between Webhook and Wait nodes (no-changelog) (#6464) fix(core): Fix migrations for MySQL/MariaDB (#6591) fix(editor): Show retry information in execution list only when it exists (#6587) fix(Strapi Node): Fix issue with pagination (#4991) refactor(Item Lists Node): Refactoring (#6575) feat: Add crowd.dev node and trigger node (#6082) ci: Add Github Action to enforce template to issues (#5295) fix(core): Route `/rest/workflows/new` correctly (no-changelog) (#6572) fix(Brevo Node): Rename SendInBlue node to Brevo node (#6521) fix(XML Node): Fix issue with not returning valid data (#6565) feat(HTTP Request Node): New http request generic custom auth credential (#5798) fix(core): Fix credentials test (#6569) fix(core): Ensure valid `logger` is passed to every migration (no-changelog) (#6563) docs: Add irreversible change warning for [email protected] (no-changelog) (#6558) feat: Add various source control improvements (#6533) feat(Twitter Node): Node overhaul (#4788)
Got released with |
* master: (50 commits) fix(Google Drive Node): Fix regex in file RLC (#6607) feat(HTML Node): 'Convert to table operation (#6540) ci: e2e tests don't need to enable saving manual executions 🚀 Release 1.0.1 (#6606) fix(core): Make node execution order configurable, and backward-compatible (#6507) 🚀 Release 0.236.0 (#6602) fix: Fix migrations for postgres and mysql (no-changelog) (#6600) fix(core): Improve the performance of last 2 sqlite migrations (#6522) refactor: Switch cloud plan retrieval endpoint (no-changelog) (#6529) fix(Salesforce Node): Fix typo for adding a contact to a campaign (#6598) ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog) fix(editor): Restore expression completions (#6566) refactor: Remove basic auth env vars from docker compose stacks (#6570) fix(core): Fix migrations for MySQL/MariaDB (#6591) fix(editor): Show retry information in execution list only when it exists (#6587) fix(Strapi Node): Fix issue with pagination (#4991) fix(core): Route `/rest/workflows/new` correctly (no-changelog) (#6572) fix(XML Node): Fix issue with not returning valid data (#6565) fix(core): Fix credentials test (#6569) fix(core): Ensure valid `logger` is passed to every migration (no-changelog) (#6563) ... # Conflicts: # packages/design-system/src/components/N8nCallout/Callout.vue # packages/editor-ui/src/App.vue # packages/editor-ui/src/plugins/i18n/locales/en.json # packages/editor-ui/src/stores/ui.store.ts
fixes
https://community.n8n.io/t/n8n-doesnt-start-after-updating-to-0-234-0/27751
https://community.n8n.io/t/last-session-crashed-after-migration/27758