Skip to content
  • Jeremy Kerr's avatar
    Use hex strings for hash values · d075be0a
    Jeremy Kerr authored
    
    
    Binary strings a too hard to manage in DB queries and XMLRPC methods,
    as we get all kinds of encoding issues.
    
    Change HashField to use a hex string, and add a migration script for db
    updates. The patches should be rehashed after migration.
    
    Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
    d075be0a