Fixed database ghosted unused-options bug

Fixed a problem where unused ticket options would stay in the options database in certain circumstances. Even when there is no ticket that uses the option anymore.
This commit is contained in:
DJj123dj
2024-12-07 00:34:49 +01:00
parent 1e2321313f
commit a037d76060
2 changed files with 10 additions and 12 deletions
+1 -7
View File
@@ -1,7 +1 @@
[
{"category":"openticket:last-version","key":"openticket:version","value":"v4.0.0"},
{"category":"openticket:last-version","key":"openticket:api","value":"v1.0.0"},
{"category":"openticket:last-version","key":"openticket:transcripts","value":"v2.0.0"},
{"category":"openticket:last-version","key":"openticket:livestatus","value":"v2.0.0"},
{"category":"openticket:last-version","key":"openticket:last-version","value":"v4.0.0"}
]
[]