fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9831] nomsg


From: Sigurd Nes
Subject: [Fmsystem-commits] [9831] nomsg
Date: Sat, 04 Aug 2012 12:41:50 +0000

Revision: 9831
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9831
Author:   sigurdne
Date:     2012-08-04 12:41:50 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
nomsg

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

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2012-08-03 12:18:08 UTC (rev 
9830)
+++ trunk/property/setup/tables_update.inc.php  2012-08-04 12:41:50 UTC (rev 
9831)
@@ -6618,7 +6618,7 @@
 
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_locations','loc1',array(
                        'type'          => 'varchar',
-                       'precision'     => 6,
+                       'precision'     => 10,
                        'nullable'      => true
                        )
                );
@@ -6646,7 +6646,7 @@
 
                
$GLOBALS['phpgw_setup']->oProc->AlterColumn('fm_locations','loc1',array(
                        'type'          => 'varchar',
-                       'precision'     => 6,
+                       'precision'     => 10,
                        'nullable'      => false
                        )
                );




reply via email to

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