aboutsummaryrefslogtreecommitdiff
path: root/tools/insert.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tools/insert.sql')
-rw-r--r--tools/insert.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/insert.sql b/tools/insert.sql
deleted file mode 100644
index df3755ba9..000000000
--- a/tools/insert.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-INSERT INTO devices ( name, uniqueid ) VALUES
- ( 'Test Device 1', 123456789012345 ),
- ( 'Test Device 2', 123456789012 ),
- ( 'Test Device 3', 123456 );
-
-INSERT INTO devices ( name, uniqueid )
- VALUES ( 'Test Device for hex.sh', 352964051908664 );
-