docs: Add irreversible change warning for n8n@0.234.0 (no-changelog) (#6558)

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:
Tom 2023-06-28 14:03:58 +02:00 committed by GitHub
parent 68fdc20789
commit db81342b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?