phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpbrain/setup/tables_current.inc.php, 1.1.1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] phpbrain/setup/tables_current.inc.php, 1.1.1.1.2.1
Date: Tue, 11 May 2004 06:18:14 +0200

Update of /phpbrain/setup
Modified Files:
        Branch: Version-0_9_16-branch
          tables_current.inc.php

date: 2004/05/11 04:18:14;  author: skwashd;  state: Exp;  lines: +4 -3

Log Message:
fix install
=====================================================================
Index: phpbrain/setup/tables_current.inc.php
diff -u phpbrain/setup/tables_current.inc.php:1.1.1.1 
phpbrain/setup/tables_current.inc.php:1.1.1.1.2.1
--- phpbrain/setup/tables_current.inc.php:1.1.1.1       Sun Mar 16 15:25:18 2003
+++ phpbrain/setup/tables_current.inc.php       Tue May 11 04:18:14 2004
@@ -31,8 +31,9 @@
                        ),
                        'pk' => array('faq_id'),
                        'fk' => array(),
-                       'ix' => 
array('title','text','cat_id','published','keywords','is_faq'),
-                       'uc' => array()
+                       'ix' => array('cat_id','published','is_faq'),
+                       'uc' => array(),
+                       'ft' => array('title','text','keywords') //not yet 
implemeneted
                ),
                'phpgw_kb_comment' => array(
                        'fd' => array(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]