aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-21 14:17:28 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-21 14:17:28 +0000
commit32e60f1c2228e2a46707d15bec10cd54e476076c (patch)
treeb175c135564801c598bd20644edbfa85580ae220 /h-source/tables.sql
parent5f551b2d89b02cd159bf35723695ab2343a87248 (diff)
added ethernet cards to the list of allowed hardware
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 ba40d5c..194a799 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -100,6 +100,7 @@ create table hardware (
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',
architecture char(15) not null default 'not-specified',
other_names text CHARACTER SET utf8 not null
)engine=innodb;
@@ -132,6 +133,7 @@ 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'
architecture char(15) not null default 'not-specified',
other_names text CHARACTER SET utf8 not null,
approved char(4) not null default 'yes',