From bd4bbe0bdb7c17bf653af3442276b8714ffb0b0a Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 12 Aug 2014 22:29:17 -0400 Subject: [PATCH] Add missing image location for enterprise --- .../bcdde200a1b_add_placements_and_locations_to_the_db.py | 1 + 1 file changed, 1 insertion(+) 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',