feat: refs #8477 add fee column to awb table
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2025-01-29 19:24:49 +01:00
parent 1a8e962382
commit 2a7795d432
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `vn`.`awb`
ADD COLUMN `fee` DECIMAL(10, 2) UNSIGNED DEFAULT NULL;