aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-02 16:14:39 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-02 16:14:39 +0100
commited2bd4a4f495d9d29c835ae150981c8f344b77ce (patch)
tree4315ce648ec3922a8f9f817d2e79e6d4333866e6
parentd4d79b635b47b7336a38ffd1f0039a6d3d510d7f (diff)
Fix bisect data field name.
Change-Id: I687939ca1a075d21292252a133bac07662da660b
-rw-r--r--app/models/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index e804715..9dc5db0 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -185,7 +185,7 @@ BISECT_BOOT_STATUS_KEY = "boot_status"
BISECT_BOOT_CREATED_KEY = "boot_created_on"
BISECT_BOOT_METADATA_KEY = "boot_metadata"
BISECT_DEFCONFIG_STATUS_KEY = "defconfig_status"
-BISECT_DEFCONFIG_CREATED_KEY = "defconfig_created"
+BISECT_DEFCONFIG_CREATED_KEY = "defconfig_created_on"
BISECT_DEFCONFIG_METADATA_KEY = "defconfig_metadata"
BISECT_DEFCONFIG_ARCHITECTURE_KEY = "defconfig_arch"
BISECT_DATA_KEY = "bisect_data"