Since the merge of PR #25553 when you do a clean install you will find that the database is reporting as out of date.
The problem is that there is a mismatch between the install sql and the update sql. The update sql file is for the #__update_sites table but the install sql is for the #__updates table
joomla-cms/installation/sql/mysql/joomla.sql
Lines 1936 to 1937 in 501dfad
Labels |
Added:
?
|
@brianteeman Feel free to post it, I can test it :)
The correct one is the #__update_sites
because we moved the keys there. These columns are then used to be able to "lock" the rows.
ok - incoming
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-04 19:19:22 |
Closed_By | ⇒ | brianteeman |
Status | Closed | ⇒ | New |
Closed_Date | 2019-09-04 19:19:22 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-04 19:31:13 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
J4 Issue
|
@brianteeman Thank you for reporting this. I will submit a PR to fix this.