8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +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` 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';