Skip to content

Commit fef11a3

Browse files
julitafalconduszadabrt
authored andcommitted
tables names fixed
1 parent 8bca48a commit fef11a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ With the product updated to the latest version, you can now finish the update pr
435435

436436
### Form Builder performance fix: missing indexes on form submission data
437437

438-
In large production databases, the `ezform_form_submission_data` table may contain a lot of rows.
438+
In large production databases, the `ezform_form_submissions` and `ezform_form_submission_data` tables may contain a lot of rows.
439439
Missing indexes can cause high CPU load and slow queries.
440440

441441
Run the provided SQL upgrade script to add the missing indexes to your database:

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
@@ -133,7 +133,7 @@ On Commerce, run this additional update queries:
133133

134134
### Form Builder performance fix: missing indexes on form submission data
135135

136-
In large production databases, the `ezform_form_submission_data` table may contain a lot of rows.
136+
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.
138138

139139
Run the provided SQL upgrade script to add the missing indexes to your database:

0 commit comments

Comments
 (0)