feat: refs #6321 remove ticketConfig var

This commit is contained in:
Javier Segarra 2025-02-06 15:19:07 +01:00
parent 4c786be3af
commit 8170eafa36
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1,2 @@
ALTER TABLE vn.ticketConfig ADD lackAlertPrice int(11) DEFAULT 30 NOT NULL COMMENT 'Value to alert when item proposal exceed price';
ALTER TABLE vn.ticketConfig ADD lackDefaultAlertLevelCode varchar(45) DEFAULT 'FREE' NOT NULL COMMENT 'Default alertLevelCode to retrieve tickets with negatives';
ALTER TABLE vn.ticketConfig ADD lackScopeDays int(11) DEFAULT 2 NOT NULL COMMENT 'Number of days to look back for ticket with negatives';

View File

@ -30,9 +30,6 @@
"lackAlertPrice": {
"type": "number"
},
"lackDefaultAlertLevelCode": {
"type": "string"
},
"lackScopeDays": {
"type": "number"
}