From fef5c074223364eb32032a5787ea824fcbadc4fe Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 2 Oct 2011 17:35:41 +0000 Subject: added sd card readers --- h-source/tables.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'h-source/tables.sql') diff --git a/h-source/tables.sql b/h-source/tables.sql index 194a799..59fee95 100644 --- a/h-source/tables.sql +++ b/h-source/tables.sql @@ -101,6 +101,7 @@ create table hardware ( bluetooth_works varchar(30) CHARACTER SET utf8 not null default 'not-specified', 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', architecture char(15) not null default 'not-specified', other_names text CHARACTER SET utf8 not null )engine=innodb; @@ -133,7 +134,8 @@ create table revisions ( sound_card_works varchar(30) CHARACTER SET utf8 not null default 'not-specified', bluetooth_works varchar(30) CHARACTER SET utf8 not null default 'not-specified', 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' + 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', 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