| Index: appengine/findit/model/crash/crash_analysis.py
|
| diff --git a/appengine/findit/model/crash/crash_analysis.py b/appengine/findit/model/crash/crash_analysis.py
|
| index c5b63d7fdd9e8e52cda014d17d622b4115d5bc49..ced07f4f1a9b58cab9e0103599350e0f5a0714ff 100644
|
| --- a/appengine/findit/model/crash/crash_analysis.py
|
| +++ b/appengine/findit/model/crash/crash_analysis.py
|
| @@ -31,6 +31,9 @@ class CrashAnalysis(ndb.Model):
|
| # ID to differentiate different client.
|
| client_id = ndb.StringProperty(indexed=False)
|
|
|
| + # Chrome regression range.
|
| + regression_range = ndb.JsonProperty(indexed=False)
|
| +
|
| ################### Properties for the analysis progress. ###################
|
|
|
| # The url path to the pipeline status page.
|
|
|