aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-06 20:25:55 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-06 20:25:55 +0000
commit53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (patch)
treeb9b51d06c214396d6ca4b79c380d26ce13f53a92 /h-source/tables.sql
parent99a6ba9947839d62a3f09f48a0ba962c23794491 (diff)
added the entry "does it adopt any techniques to track users?" for printers - part 1
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 9b9e8ab..65da6bc 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -102,6 +102,7 @@ create table hardware (
fingerprint_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
ethernet-card_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
sd_card_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
+ it_tracks_users varchar(30) CHARACTER SET utf8 not null default 'not-specified',
can_free_systems_be_installed varchar(30) CHARACTER SET utf8 not null default 'not-specified',
architecture char(15) not null default 'not-specified',
other_names text CHARACTER SET utf8 not null
@@ -137,6 +138,7 @@ create table revisions (
fingerprint_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
ethernet-card_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
sd_card_works varchar(30) CHARACTER SET utf8 not null default 'not-specified',
+ it_tracks_users varchar(30) CHARACTER SET utf8 not null default 'not-specified',
architecture char(15) not null default 'not-specified',
other_names text CHARACTER SET utf8 not null,
approved char(4) not null default 'yes',