HomePhorge

userOptions: Add support for --delete-defaults

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

userOptions: Add support for --delete-defaults

As part of using conditional defaults in Echo, database
rows matching the current defaults should be deleted. This
is easiest to do by a maintenance script that iterates through
all rows for that option

While this is slow, there is no other way to process conditional
defaults. The slowness should not be an issue, because the script
will be ran as a one-off cleanup action.

Bug: T355367
Change-Id: Id60856f9942a06dc494e539f488ce3789353f88a

Details

Provenance
Martin UrbanecAuthored on Feb 1 2024, 12:13 PM

Event Timeline

Martin Urbanec <martin.urbanec@wikimedia.cz> committed rMWab7945c25d52: userOptions: Add support for --delete-defaults (authored by Martin Urbanec <martin.urbanec@wikimedia.cz>).Feb 10 2024, 10:57 PM

Commit No Longer Exists

This commit no longer exists in the repository.