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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.6
Date: Sun, 20 Jun 2004 18:05:09 +0200

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

date: 2004/06/20 16:05:09;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.5 
property/setup/tables_current.inc.php:1.6
--- property/setup/tables_current.inc.php:1.5   Sun Jun 13 11:48:58 2004
+++ property/setup/tables_current.inc.php       Sun Jun 20 16:05:09 2004
@@ -103,7 +103,7 @@
                ),
                'fm_tenant' => array(
                        'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'first_name' => array('type' => 
'varchar','precision' => '30','nullable' => True),
                                'last_name' => array('type' => 
'varchar','precision' => '30','nullable' => True),
@@ -163,7 +163,7 @@
 
                'fm_vendor' => array(
                        'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'org_name' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'email' => array('type' => 
'varchar','precision' => '64','nullable' => True),
@@ -1416,7 +1416,7 @@
                ),
                'fm_owner' => array(
                        'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'abid' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'org_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => False),




reply via email to

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