8356-devToTest #3339

Merged
alexm merged 35 commits from 8356-devToTest into test 2025-01-07 08:37:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ca5808554 - Show all commits

View File

@ -1,2 +1,2 @@
ALTER TABLE `item`
ALTER TABLE `vn`.`item`
ADD COLUMN `isCustomInspectionRequired` TINYINT(1) NOT NULL DEFAULT 0 COMMENT 'Indicates if the item requires physical inspection at customs';