summaryrefslogtreecommitdiff
path: root/tsp
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-11-09 14:58:16 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-01-16 11:07:48 +0100
commit038ed43fed6a4ba82236cd28922974725021cc95 (patch)
treeee593565be9837797fcd396d87b29ee4428d3ba7 /tsp
parent8da44474f478b05f36e158bd3990eb5da4cc6f9c (diff)
downloadmajor-038ed43fed6a4ba82236cd28922974725021cc95.tar.gz
major-038ed43fed6a4ba82236cd28922974725021cc95.tar.bz2
major-038ed43fed6a4ba82236cd28922974725021cc95.zip
Add "No image" to tsp/results-values-result.sql
Database update is required. Delete it or run: . tsp/common.sh sqlite3 "${DBPATH}" -batch < tsp/results-values-result.sql Change-Id: I43156ffbc66ac72077df8bc8c805403441d613c6
Diffstat (limited to 'tsp')
-rw-r--r--tsp/results-values-result.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsp/results-values-result.sql b/tsp/results-values-result.sql
index f452383..4ecdd4d 100644
--- a/tsp/results-values-result.sql
+++ b/tsp/results-values-result.sql
@@ -6,3 +6,4 @@ INSERT OR IGNORE INTO result VALUES (NULL, "Snapshot");
INSERT OR IGNORE INTO result VALUES (NULL, "Downloading");
INSERT OR IGNORE INTO result VALUES (NULL, "In test queue");
INSERT OR IGNORE INTO result VALUES (NULL, "Testing");
+INSERT OR IGNORE INTO result VALUES (NULL, "No image");