| Index: appengine/findit/model/flake/master_flake_analysis.py
|
| diff --git a/appengine/findit/model/flake/master_flake_analysis.py b/appengine/findit/model/flake/master_flake_analysis.py
|
| index cf2ef0c2e86dbcad416ff6542eec2dc5d17b39af..32289d3acb5b727fdafef5748cccea64b06e4cea 100644
|
| --- a/appengine/findit/model/flake/master_flake_analysis.py
|
| +++ b/appengine/findit/model/flake/master_flake_analysis.py
|
| @@ -23,6 +23,7 @@ class DataPoint(ndb.Model):
|
| git_hash = ndb.StringProperty(indexed=False)
|
| previous_build_commit_position = ndb.IntegerProperty(indexed=False)
|
| previous_build_git_hash = ndb.StringProperty(indexed=False)
|
| + blame_list = ndb.StringProperty(repeated=True)
|
|
|
|
|
| class MasterFlakeAnalysis(
|
|
|