From 5b4ffba112c073c569268844585f6f5d5d27bfc8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 22 May 2019 19:58:46 +0100 Subject: [PATCH] Add comment --- server/db_template.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/server/db_template.sql b/server/db_template.sql index 05a7193..0ffafd3 100644 --- a/server/db_template.sql +++ b/server/db_template.sql @@ -1,3 +1,4 @@ +-- See for data provided by TTN https://www.thethingsnetwork.org/docs/applications/mqtt/api.html CREATE TABLE readings IF NOT EXISTS ( id INTEGER PRIMARY KEY, -- Random unique integer lat FLOAT NOT NULL, -- Latitude component of GPS co-ordinates of reading