User tests: Successful: Unsuccessful:
Pull Request for Issue # .
With PR #28350 the installation sql has been restructured, i.e. joomla.sql has been split up into 3 files.
In file supports.sql
for PostgreSQL, the #__csp
table got lost somehow.
This PR adds it back.
Can be tested only with PostgreSQL. MySQL or MariaDB don't have this issue.
Install a current 4.0-dev or nightly build of last night using a PostgreSQL database.
After successful installation, login to backend and go to "System - Information - Database".
Result: See section "Actual result" below.
Apply the patch of this PR.
Remove configuration.php and make again a new installation using a PostgreSQL database.
After successful installation, login to backend and go to "System - Information - Database".
Result: See section "Expected result" below.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Postgresql SQL Installation |
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-08 08:51:01 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Thanks!
@alikon Could you test this? Thanks in advance.