From 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 6 Oct 2011 20:25:55 +0000 Subject: added the entry "does it adopt any techniques to track users?" for printers - part 1 --- h-source/tables.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/tables.sql') 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', -- cgit v1.2.3