mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Add irreversible change warning for n8n@0.234.0 Add breaking change note for n8n@0.234.0 based on https://github.com/n8n-io/n8n/pull/6345
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
|
||||
This list shows all the versions which include breaking changes and how to upgrade.
|
||||
|
||||
## 0.234.0
|
||||
|
||||
### What changed?
|
||||
|
||||
This release introduces two irreversible changes:
|
||||
|
||||
* The n8n database will use strings instead of numeric values to identify workflows and credentials
|
||||
* Execution data is split into a separate database table
|
||||
|
||||
### When is action necessary?
|
||||
|
||||
It will not be possible to read a n8n@0.234.0 database with older versions of n8n, so we recommend that you take a full backup before migrating.
|
||||
|
||||
## 0.232.0
|
||||
|
||||
### What changed?
|
||||
|
||||
Reference in New Issue
Block a user