From 7097598d5576ba5e9391b43f26bfc037c08d61c3 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 24 May 2012 09:23:37 +0000 Subject: all the names of the vendors are now stored inside the db and are taken from the db --- h-source/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/tables.sql') diff --git a/h-source/tables.sql b/h-source/tables.sql index 2f9ea7c..937b913 100644 --- a/h-source/tables.sql +++ b/h-source/tables.sql @@ -547,6 +547,6 @@ create table vendors ( vendorid CHAR(4) not null, clean_name varchar(200) CHARACTER SET utf8 not null, full_name varchar(200) CHARACTER SET utf8 not null, - bus ENUM('pci', 'usb'), + bus ENUM('PCI', 'USB'), unique(bus,vendorid) )engine=innodb; \ No newline at end of file -- cgit v1.2.3