summaryrefslogtreecommitdiffstats
path: root/main/migrations/0027_auto__chg_field_package_compressed_size__chg_field_package_installed_s.py
AgeCommit message (Collapse)AuthorFilesLines
2010-08-17Make package size fields big integersDan McGee1-0/+198
We had a package go in today that has an installed size > 2GB, which makes PostgreSQL blow up when trying to create the package entry. Enlarge these fields to big integers so they can store all conceivable package size values. Signed-off-by: Dan McGee <dan@archlinux.org>