aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql2
1 files changed, 1 insertions, 1 deletions
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