Add migration code for calculating the uncompressed size from the layer data itself
This commit is contained in:
parent
77c46af70b
commit
e31e6b6865
1 changed files with 1 additions and 0 deletions
|
@ -102,4 +102,5 @@ if __name__ == "__main__":
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
logging.getLogger('boto').setLevel(logging.CRITICAL)
|
logging.getLogger('boto').setLevel(logging.CRITICAL)
|
||||||
|
|
||||||
|
backfill_sizes_from_json()
|
||||||
backfill_sizes_from_data()
|
backfill_sizes_from_data()
|
||||||
|
|
Reference in a new issue