User tests: Successful: Unsuccessful:
Pull Request for Issue #25293 .
This PR fixes 2 problems coming from PR #24595 :
ALTER TABLE "#__template_style"
instead of ALTER TABLE "#__template_styles"
in the schema update from PR #24595 for postgresql.idx_home
should not exist, 2. idx_client_id
should exist, and 3. idx_client_id_home
should exist.For Postgresql the number of errors shown in step 4 and for the actual result is different because of the typo in the schema update for postgresql without this PR, but at the end the result will be the same: Fix button in step 5 fixes it, and after new install with this PR applied there are no errors.
No database errors.
1 error: Table 'xyz_template_styles' should not have index 'idx_home'. (From file 3.9.8-2019-06-15.sql.)
None.
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration com_admin Postgresql MS SQL Installation |
Labels |
Added:
?
|
@alikon Please test as soon as you find time. Check also the links in #25293 (comment) for my changes on the indexes.
@HLeithner I think this is a release blocker.
@franz-wohlkoenig Thanks.
I have tested this item
Tested MySQL.
I have tested this item
Tested MySQL.
I have tested this item
on postgresql
I have tested this item
on postgresql
Status | Pending | ⇒ | Ready to Commit |
Status "Ready To Commit".
Thanks
thx
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-25 11:59:52 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
Appveyor failure seems not to be related to this PR.