phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.5
Date: Tue, 18 May 2004 19:53:52 +0200

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

date: 2004/05/18 17:53:52;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.1.1.4 
property/setup/tables_current.inc.php:1.1.1.5
--- property/setup/tables_current.inc.php:1.1.1.4       Tue May 18 13:45:37 2004
+++ property/setup/tables_current.inc.php       Tue May 18 17:53:52 2004
@@ -103,7 +103,7 @@
                ),
                'fm_tenant' => array(
                        'fd' => array(
-                               'tenant_id' => array('type' => 
'auto','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'first_name' => array('type' => 
'char','precision' => '30','nullable' => True),
                                'last_name' => array('type' => 
'char','precision' => '30','nullable' => True),
@@ -119,7 +119,7 @@
                                'AntallNklUtlevert' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'AntallNklInnlevert' => array('type' => 
'int','precision' => '2','nullable' => True)
                        ),
-                       'pk' => array('tenant_id'),
+                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()




reply via email to

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