phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/setup/tables_current.inc.php, 1.14


From: nomail
Subject: [Phpgroupware-cvs] sync/setup/tables_current.inc.php, 1.14
Date: Thu, 13 May 2004 18:21:20 +0200

Update of /sync/setup
Modified Files:
        Branch: 
          tables_current.inc.php

date: 2004/05/13 16:21:20;  author: mkaemmerer;  state: Exp;  lines: +1 -3

Log Message:
- guid/guilddata aus syncconflicts herausgenommen
=====================================================================
Index: sync/setup/tables_current.inc.php
diff -u sync/setup/tables_current.inc.php:1.13 
sync/setup/tables_current.inc.php:1.14
--- sync/setup/tables_current.inc.php:1.13      Sat May  1 13:58:37 2004
+++ sync/setup/tables_current.inc.php   Thu May 13 16:21:20 2004
@@ -46,9 +46,7 @@
                        'conflictid' => array('type' => 'auto','nullable' => 
False),
         'channelid' => array('type' => 'int','precision' => '4','nullable' => 
False,'default' => '0'),
         'luid' => array('type' => 'varchar','precision' => '150','nullable' => 
False, 'default' => ''),
-                         'guid' => array('type' => 'varchar','precision' => 
'150','nullable' => False, 'default' => ''),
                          'ldata' => array('type' => 'text','nullable' => 
False, 'default' => ''),
-                         'gdata' => array('type' => 'text','nullable' => 
False, 'default' => ''),
                          'timestamp' => array('type' => 'timestamp','nullable' 
=> False, 'default' => '')    
                        ),
                        'pk' => array('conflictid'),




reply via email to

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