Add compute_flavor field to amphora

Story: 2002896
Task: 28346

Depends-On: Ib3ca05d816747d08ef7055ec532b81746468cbf9
Change-Id: Icbfbee1309630782a3c2cf3399a8cf32704e0adf
This commit is contained in:
Nir Magnezi 2018-12-09 13:29:57 +02:00
parent 300fd657d6
commit 0c2b107d8d
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ AMPHORA_ROWS = (
'created_at',
'updated_at',
'image_id',
'compute_flavor',
)
AMPHORA_COLUMNS = (