diff --git a/docs/update_and_migration/from_3.3/update_from_3.3.md b/docs/update_and_migration/from_3.3/update_from_3.3.md index 661b6371f2..fcaddf9fd7 100644 --- a/docs/update_and_migration/from_3.3/update_from_3.3.md +++ b/docs/update_and_migration/from_3.3/update_from_3.3.md @@ -170,6 +170,8 @@ If you are using MySQL, run the following update script: mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/ibexa-3.3.1-to-3.3.2.sql ``` + + ### v3.3.4 #### Migration Bundle @@ -418,4 +420,8 @@ Run the following scripts: ``` sql psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql - ``` \ No newline at end of file + ``` + +### v3.3.40 + +A command dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future. \ No newline at end of file diff --git a/docs/update_and_migration/from_4.5/update_from_4.5.md b/docs/update_and_migration/from_4.5/update_from_4.5.md index 1d82acb57f..a8340a5e45 100644 --- a/docs/update_and_migration/from_4.5/update_from_4.5.md +++ b/docs/update_and_migration/from_4.5/update_from_4.5.md @@ -517,3 +517,7 @@ composer dump-autoload ## v4.6.9 No additional steps needed. + +## v4.6.10 + +A command dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future. \ No newline at end of file