- Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.
parent
c25bc33181
commit
a078e515f6
|
@ -123,7 +123,7 @@ CREATE TABLE comments (
|
|||
link varchar(16) NOT NULL default '',
|
||||
score integer NOT NULL default '0',
|
||||
status smallint NOT NULL default '0',
|
||||
thread vharchar(255) NOT NULL,
|
||||
thread varchar(255) NOT NULL,
|
||||
users text default '',
|
||||
PRIMARY KEY (cid)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue