aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-10-29 20:46:43 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-10-29 20:46:43 +0000
commit43d6dd8b1a4655f1aa5b642c0b3302166e39065e (patch)
treee47b61f26160f1296860a26d15cd7a13533fc6da /h-source/tables.sql
parent9b42c2f0488f798fdcbc0d49777fff812136142d (diff)
solved issue indicated by Michał Masłowski
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 8d0b671..7d75b76 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -402,7 +402,7 @@ CREATE TABLE IF NOT EXISTS `revisions` (
`comm_year` char(15) NOT NULL,
`id_hard` int(10) unsigned NOT NULL,
`pci_id` char(10) NOT NULL,
- `subtype` char(25)) NOT NULL,
+ `subtype` char(25) NOT NULL,
`driver` varchar(50) NOT NULL,
`interface` char(15) NOT NULL DEFAULT 'not-specified',
`bios` char(20) NOT NULL DEFAULT 'not-specified',