[geeklog-cvs] geeklog: Missing meta_keywords column

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 7 04:15:51 EST 2010


changeset 7705:6b3dc3088dfe
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6b3dc3088dfe
user: Dirk Haun <dirk at haun-online.de>
date: Sun Feb 07 09:12:01 2010 +0100
description:
Missing meta_keywords column

diffstat:

 plugins/polls/sql/pgsql_install.php |  12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 574188dfcf72 -r 6b3dc3088dfe plugins/polls/sql/pgsql_install.php
--- a/plugins/polls/sql/pgsql_install.php	Sat Feb 06 23:05:19 2010 +0100
+++ b/plugins/polls/sql/pgsql_install.php	Sun Feb 07 09:12:01 2010 +0100
@@ -6,14 +6,9 @@
 // +---------------------------------------------------------------------------+
 // | pgsql_install.php                                                         |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2009 by the following authors:                         |
+// | Copyright (C) 2009-2010 by the following authors:                         |
 // |                                                                           |
-// | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
-// |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
-// |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
-// |          Dirk Haun         - dirk AT haun-online DOT de                   |
-// |          Trinity Bays      - trinity93 AT gmail DOT com
-// |          Stansislav Palatnik - spalatnikk AT gmail DOT com                    |
+// | Authors: Stansislav Palatnik - spalatnikk AT gmail DOT com                |
 // +---------------------------------------------------------------------------+
 // |                                                                           |
 // | This program is licensed under the terms of the GNU General Public License|
@@ -32,7 +27,7 @@
 // +---------------------------------------------------------------------------+
 
 /**
-* MySQL install data and tables
+* PostgreSQL install data and tables
 *
 * @package Polls
 */
@@ -62,6 +57,7 @@
   topic varchar(255) default NULL,
   voters int default NULL,
   meta_description TEXT NULL,
+  meta_keywords TEXT NULL,
   questions int NOT NULL default '0',
   date timestamp default NULL,
   display int NOT NULL default '0',



More information about the geeklog-cvs mailing list