Skip to content
  • Robert Anderson's avatar
    Fix use of signed vs unsigned numerics · 4e1d3f43
    Robert Anderson authored
    
    
    Replaced the incorrect use of @BIG_INTEGER@ variable which
    implied that the numerical value would be signed (default
    in at least MySQL).
    
    Note: PostgreSQL does not support signed/unsigned numerics,
    INT8 has been kept for this reason.
    
    Change-Id: Ic9087eba040967b1a6790e31dae4cf2460a5cfe0
    Signed-off-by: default avatarRobert Anderson <randerson@lbsd.net>
    4e1d3f43