Skip to content

Commit f1f788e

Browse files
julitafalconduszadabrt
authored andcommitted
badges added, structure fixed
1 parent fef11a3 commit f1f788e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,9 @@ No additional steps needed.
427427
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.23-to-4.6.24.sql
428428
```
429429

430-
[[% include 'snippets/update/notify_support.md' %]]
431-
432-
With the product updated to the latest version, you can now finish the update process or proceed to updating the LTS Updates packages.
433-
434430
## v4.6.25
435431

436-
### Form Builder performance fix: missing indexes on form submission data
432+
### Form Builder performance fix: missing indexes on form submission data [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
437433

438434
In large production databases, the `ezform_form_submissions` and `ezform_form_submission_data` tables may contain a lot of rows.
439435
Missing indexes can cause high CPU load and slow queries.
@@ -452,6 +448,12 @@ Run the provided SQL upgrade script to add the missing indexes to your database:
452448
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.24-to-4.6.25.sql
453449
```
454450

451+
<!-- End of update instructions -->
452+
453+
[[% include 'snippets/update/notify_support.md' %]]
454+
455+
With the product updated to the latest version, you can now finish the update process or proceed to updating the LTS Updates packages.
456+
455457
## LTS Updates
456458

457459
[LTS Updates](https://doc.ibexa.co/en/4.6/ibexa_products/editions/#lts-updates) are standalone packages with their own update procedures.

docs/update_and_migration/from_5.0/update_from_5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ On Commerce, run this additional update queries:
131131

132132
## v5.0.3
133133

134-
### Form Builder performance fix: missing indexes on form submission data
134+
### Form Builder performance fix: missing indexes on form submission data [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
135135

136136
In large production databases, the `ibexa_form_submission` and `ibexa_form_submission_data` tables may contain a lot of rows.
137137
Missing indexes can cause high CPU load and slow queries.

0 commit comments

Comments
 (0)