summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--database/database.pgsql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 9c8232514..63ec8f7d4 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -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)
);