Unknown Database Configuration Options: Show Delete command
Summary:
Phorge shows instructions how to delete an "Unknown Configuration Option" in the configuration source "Local Config".
It does not show instructions how to delete an "Unknown Configuration Option" in the configuration source "Database".
Add such instructions, as an alternative to updating/editing a value and keeping that option.
Closes T16294
Test Plan:
* `use phabricator_config;`
* `INSERT INTO config_entry (phid, namespace, configKey, value, isDeleted, dateCreated, dateModified) VALUES ('PHID-CONF-00000000000000000000', 'default', 'broken.config-key', 'true', 0, 1760260409, 1760260409);`
* Look at http://phorge.localhost/config/issue/config.unknown.broken.config-key/ before and after this patch
* Follow the new instructions to delete that config option again
Reviewers: O1 Blessed Committers, mainframe98, valerio.bozzolan
Reviewed By: O1 Blessed Committers, mainframe98, valerio.bozzolan
Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16294
Differential Revision: https://we.phorge.it/D26414