Add migration code for calculating the uncompressed size from the layer data itself

This commit is contained in:
Joseph Schorr 2014-09-26 12:22:25 -04:00
parent 77c46af70b
commit e31e6b6865

View file

@ -102,4 +102,5 @@ if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
logging.getLogger('boto').setLevel(logging.CRITICAL)
backfill_sizes_from_json()
backfill_sizes_from_data()