diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-02-11 19:01:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-02-11 19:01:53 +0000 |
commit | 9c5646288c141785722a01bf57d4c1503760cd2b (patch) | |
tree | e487422f92fa190fdf7474080387efcc818bdca4 /database/database.pgsql | |
parent | 470fe1c1fd8fe025b54eb5a77ca87d064f039dcf (diff) | |
download | brdo-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.pgsql | 1 |
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', |