feat: refs #8312 change column name
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2025-01-30 17:35:30 +01:00
parent dfcc155ef9
commit e0e72272a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
ALTER TABLE vn.packaging
ADD COLUMN rejectCost decimal(10, 2) NOT NULL DEFAULT 0.00
ADD COLUMN flippingCost decimal(10, 2) NOT NULL DEFAULT 0.00