aboutsummaryrefslogtreecommitdiffstats
path: root/snag/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'snag/schema.sql')
-rw-r--r--snag/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/snag/schema.sql b/snag/schema.sql
index 9c4dfda..7ffa3d7 100644
--- a/snag/schema.sql
+++ b/snag/schema.sql
@@ -1,7 +1,8 @@
create table devices (
deviceId integer primary key autoincrement,
deviceName text,
- deviceLocation text
+ deviceLocation text,
+ dstAware integer
);
create table device_env (
entry integer primary key autoincrement,