summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-11 19:01:53 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-11 19:01:53 +0000
commit9c5646288c141785722a01bf57d4c1503760cd2b (patch)
treee487422f92fa190fdf7474080387efcc818bdca4 /database/database.pgsql
parent470fe1c1fd8fe025b54eb5a77ca87d064f039dcf (diff)
downloadbrdo-9c5646288c141785722a01bf57d4c1503760cd2b.tar.gz
brdo-9c5646288c141785722a01bf57d4c1503760cd2b.tar.bz2
- Patch #11366 by Junyor: fixed twin comment problem in HEAD.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql1
1 files changed, 0 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index de167cd41..2d2d8653e 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -206,7 +206,6 @@ CREATE INDEX comments_nid_idx ON comments(nid);
CREATE TABLE node_comment_statistics (
nid integer NOT NULL,
- cid integer NOT NULL default '0',
last_comment_timestamp integer NOT NULL default '0',
last_comment_name varchar(60) default NULL,
last_comment_uid integer NOT NULL default '0',