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, 8 insertions, 0 deletions
diff --git a/tools/insert.sql b/tools/insert.sql
new file mode 100644
index 000000000..df3755ba9
--- /dev/null
+++ b/tools/insert.sql
@@ -0,0 +1,8 @@
+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 );
+