aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-05-24 09:23:37 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-05-24 09:23:37 +0000
commit7097598d5576ba5e9391b43f26bfc037c08d61c3 (patch)
treebbf29889dec96383b580b9a24faf5043a3ab5058 /h-source/tables.sql
parent7fb84c6c0e482ae6d2f241b7fb6d75549fa7529d (diff)
all the names of the vendors are now stored inside the db and are taken from the db
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