- Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.

4.3.x
Dries Buytaert 2003-08-13 17:30:25 +00:00
parent c25bc33181
commit a078e515f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);