fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9338] property: typos


From: Sigurd Nes
Subject: [Fmsystem-commits] [9338] property: typos
Date: Wed, 09 May 2012 12:39:40 +0000

Revision: 9338
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9338
Author:   sigurdne
Date:     2012-05-09 12:39:39 +0000 (Wed, 09 May 2012)
Log Message:
-----------
property: typos

Modified Paths:
--------------
    trunk/property/setup/tables_current.inc.php
    trunk/property/setup/tables_update.inc.php

Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2012-05-09 12:24:40 UTC (rev 
9337)
+++ trunk/property/setup/tables_current.inc.php 2012-05-09 12:39:39 UTC (rev 
9338)
@@ -1172,7 +1172,7 @@
                        'fk' => array(),
                        'uc' => array()
                ),
-               'fm_ecodimd_role' => array(
+               'fm_ecodimb_role' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '25','nullable' => False)
@@ -1188,9 +1188,9 @@
                                'ecodimb' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'role_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'default' => array('type' => 'int','precision' 
=> '2','nullable' => true),
-                               'active_from' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
-                               'active_to' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                               'default_user' => array('type' => 
'int','precision' => '2','nullable' => true, 'default' => 0),
+                               'active_from' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'active_to' => array('type' => 'int', 
'precision' => 4,'nullable' => True, 'default' => 0),
                                'created_on' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'created_by' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'expired_on' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
@@ -1198,7 +1198,7 @@
                        ),
                        'pk' => array('id'),
                        'ix' => array(),
-                       'fk' => array('fm_ecodimd_role' => array('role_id' => 
'id'),'fm_ecodimd' => array('ecodimd' => 'id'),'phpgw_accounts' => 
array('user_id'=>'account_id')),
+                       'fk' => array('fm_ecodimb_role' => array('role_id' => 
'id'),'fm_ecodimb' => array('ecodimb' => 'id'),'phpgw_accounts' => 
array('user_id'=>'account_id')),
                        'uc' => array()
                ),
                'fm_ecodimd' => array(

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2012-05-09 12:24:40 UTC (rev 
9337)
+++ trunk/property/setup/tables_update.inc.php  2012-05-09 12:39:39 UTC (rev 
9338)
@@ -6277,9 +6277,9 @@
                                        'ecodimb' => array('type' => 
'int','precision' => '4','nullable' => False),
                                        'user_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                        'role_id' => array('type' => 
'int','precision' => '4','nullable' => False),
-                                       'default_user' => array('type' => 
'int','precision' => '2','nullable' => true),
-                                       'active_from' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
-                                       'active_to' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                                       'default_user' => array('type' => 
'int','precision' => '2','nullable' => true, 'default' => 0),
+                                       'active_from' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                                       'active_to' => array('type' => 'int', 
'precision' => 4,'nullable' => True, 'default' => 0),
                                        'created_on' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                        'created_by' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                        'expired_on' => array('type' => 'int', 
'precision' => 4,'nullable' => True),




reply via email to

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