Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11.2
-
None
Description
Current Situation
- if inventory tables do not exist then the execution of the create table script inventory.sql ends with errors.
Only 3 of 14 inventory tables will be created. - cause: invalid column type INT(1) defined for the RUN_TIME_IS_TEMPORARY column (tables INVENTORY_JOBS,INVENTORY_ORDERS)
Desired behaviour
- column type for RUN_TIME_IS_TEMPORARY must be changed to NUMERIC(1)