While preparing #22141 I see that some components have an sql folder for install and uninstall
I have no idea if these are
But more importantly some of them only have mysql scripts and no postgres
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | SQL |
for "unistallable" maybe they are needed .....
Nothing in core is safely uninstallable.
I have no idea if these are
- needed
- up to date
If we actually treated the core extensions as extensions, then yes they would be needed. But as we don't treat the core extensions as extensions, there are a lot of liberties we can take with them, especially in the manifests and whether extension level SQL is maintained.
Personally, I would suggest if it is an extension it is treated as an extension (accurate manifest, local SQL files, etc.) but as we don't manage core extensions as extensions and we definitely don't have the resources to maintain things I'd almost say just strip the core manifests to the minimum needed to not break the extension manager's display and be done with it.
i have already updated the manifests to match the current file status and it has been merged now
Labels |
Added:
J4 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-08 13:17:46 |
Closed_By | ⇒ | brianteeman |
for "protected" components they shouldn't be necessary (cause you cannot uninstall them)
for "unistallable" maybe they are needed .....