feat: refs #8477 add fee column to awb table #3400

Merged
ivanm merged 4 commits from 8477-AddFeeToAWB into dev 2025-01-31 10:42:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 148072b39d - Show all commits

View File

@ -1,2 +1,2 @@
ALTER TABLE `vn`.`awb`
ADD COLUMN `fee` DECIMAL(10, 2) UNSIGNED DEFAULT NULL;
ADD COLUMN `costPerKg` DECIMAL(10, 2) UNSIGNED DEFAULT NULL COMMENT 'Tarifa que indica a cuanto cuesta el kilo en ese vuelo';