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.16


From: nomail
Subject: [Phpgroupware-cvs] sync/setup/tables_current.inc.php, 1.16
Date: Fri, 26 Nov 2004 13:34:57 +0100

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

date: 2004/11/26 12:34:57;  author: fipsfuchs;  state: Exp;  lines: +18 -1

Log Message:
new version from internal CVS moved to original project
=====================================================================
Index: sync/setup/tables_current.inc.php
diff -u sync/setup/tables_current.inc.php:1.15 
sync/setup/tables_current.inc.php:1.16
--- sync/setup/tables_current.inc.php:1.15      Tue May 25 23:42:55 2004
+++ sync/setup/tables_current.inc.php   Fri Nov 26 12:34:57 2004
@@ -80,6 +80,23 @@
                        'fk' => array('phpgw_syncsources(sourceid)'), //!!
                        'ix' => array(),
                        'uc' => array() 
+               ),
+               'phpgw_syncresolve' => array(
+                       'fd' => array(
+                               'resolveid' => array('type' => 
'auto','nullable' => False),
+                       'deviceidid' => array('type' => 'varchar','precision' 
=> '255','nullable' => False,'default' => ''),
+                       'reqsourceuri' => array('type' => 'varchar','precision' 
=> '255','nullable' => False, 'default' => ''),
+                       'resid' => array('type' => 'varchar','precision' => 
'255','nullable' => False, 'default' => ''),
+                       'fkluid' => array('type' => 'varchar','precision' => 
'255','nullable' => False, 'default' => ''),
+                       'fksourceuri' => array('type' => 'varchar','precision' 
=> '255','nullable' => False, 'default' => ''),
+                               'tag' => array('type' => 'varchar','precision' 
=> '255','nullable' => False, 'default' => '')
+                       ),
+                       'pk' => array('resolveid'),
+                       // TODO add foreign-keys
+                       'fk' => array(''),
+                       // TODO add indices
+                       'ix' => array(),
+                       'uc' => array()
                )
        );
  ?>




reply via email to

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