diff --git a/data/migrations/versions/bcdde200a1b_add_placements_and_locations_to_the_db.py b/data/migrations/versions/bcdde200a1b_add_placements_and_locations_to_the_db.py index 6c405dc1b..eda4b2840 100644 --- a/data/migrations/versions/bcdde200a1b_add_placements_and_locations_to_the_db.py +++ b/data/migrations/versions/bcdde200a1b_add_placements_and_locations_to_the_db.py @@ -35,6 +35,7 @@ def upgrade(): {'id':4, 'name':'s3_ap_southeast_2'}, {'id':5, 'name':'s3_ap_northeast_1'}, {'id':6, 'name':'s3_sa_east_1'}, + {'id':7, 'name':'local'}, ]) op.create_table('imagestorageplacement',