From 4d7fc913086e210f3ceab9a66a98eed61b1c12e6 Mon Sep 17 00:00:00 2001 From: jcrutchvt10 Date: Mon, 2 Apr 2018 08:30:12 -0400 Subject: [PATCH] Add new model 63753-017 --- sql/basedata.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/basedata.sql b/sql/basedata.sql index 45a0f92..26c4736 100644 --- a/sql/basedata.sql +++ b/sql/basedata.sql @@ -90,5 +90,5 @@ INSERT OR IGNORE INTO "devices" VALUES ("PRD-63739-010", 8, ""); INSERT OR IGNORE INTO "devices" VALUES ("PRD-63753-002", 9, ""); INSERT OR IGNORE INTO "devices" VALUES ("PRD-63753-003", 9, ""); INSERT OR IGNORE INTO "devices" VALUES ("PRD-63753-011", 9, ""); - +INSERT OR IGNORE INTO "devices" VALUES ("PRD-63753-017", 9, ""); COMMIT;