Mahesh Hanumant Bandal created RANGER-2923:
----------------------------------------------
Summary: Changing data type of sync_source_info column to
accommodate more characters
Key: RANGER-2923
URL: https://issues.apache.org/jira/browse/RANGER-2923
Project: Ranger
Issue Type: Improvement
Components: Ranger
Affects Versions: 2.1.0
Reporter: Mahesh Hanumant Bandal
Assignee: Mahesh Hanumant Bandal
Insert values for the column "sync_source_info" under table
"x_ugsync_audit_info" can go beyond the maximum length of column. (currently
limit is VARCHAR 4000).
Now changing data type to different db flavours as follows :
mysql : VARCHAR => MEDIUMTEXT
oracle : VARCHAR => CLOB
postgres : VARCHAR => TEXT
sqlanywhere : VARCHAR => TEXT
sqlserver : VARCHAR => nvarchar(max)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)