Description
Problem Statement : Currently data type of sort_order column is tinyint which can accept maximum 128 unsigned number; if any policy is having more than 128 resource entries then data truncation error might be generated at DB end and application will not be able to insert entry of any more resources for specific policy.
Proposed Solution : Change data type of sort_order column of 'x_policy_resource_map' from tinyint to integer(4 byte)
Attachments
Attachments
Issue Links
- links to