Comment 14 for bug 739433

Revision history for this message
Donal Lafferty (donal-lafferty) wrote :

Besides testcase, source code needs fixing in two areas. The schema used to create new databases must use BIGINT as the 'size' column datatype. This is a two liner in the branch at https://code.launchpad.net/~donal-lafferty/glance/fix739433

The second issue is the migration script. I'm not familiar with the downgrade/upgrade mechanism. On the face of it, I would guess that all references to the 'size' column should use BIGINT. However, I'd have to test this theory. Does Jay Pipes already have a solution?