summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration
Commit message (Collapse)AuthorAgeFilesLines
* Use hex strings for hash valuesJeremy Kerr2008-09-101-0/+8
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: Jeremy Kerr <jk@ozlabs.org>