fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7216] booking: fix typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [7216] booking: fix typo
Date: Wed, 13 Apr 2011 13:37:02 +0000

Revision: 7216
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7216
Author:   sigurdne
Date:     2011-04-13 13:37:01 +0000 (Wed, 13 Apr 2011)
Log Message:
-----------
booking: fix typo

Modified Paths:
--------------
    trunk/booking/setup/tables_current.inc.php

Modified: trunk/booking/setup/tables_current.inc.php
===================================================================
--- trunk/booking/setup/tables_current.inc.php  2011-04-12 20:06:07 UTC (rev 
7215)
+++ trunk/booking/setup/tables_current.inc.php  2011-04-13 13:37:01 UTC (rev 
7216)
@@ -168,7 +168,7 @@
                'bb_application' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto', 'nullable' => 
False),
-                               'id_string' => array('type' => 'varchar', 
'nullable' => False, 'default' => '0'),
+                               'id_string' => array('type' => 
'varchar','precision' => '20', 'nullable' => False, 'default' => '0'),
                                'active' => array('type' => 'int', 'nullable' 
=> False,'precision' => '4', 'default' => 1),
                                'display_in_dashboard' => array('type' => 
'int', 'nullable' => False, 'precision' => '4', 'default' => 1),
                                'status' => array('type' => 'text', 
'nullable'=> False),
@@ -201,7 +201,7 @@
                'bb_allocation' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto', 'nullable' => 
False),
-                               'id_string' => array('type' => 'varchar', 
'nullable' => False, 'default' => '0'),
+                               'id_string' => array('type' => 
'varchar','precision' => '20', 'nullable' => False, 'default' => '0'),
                                'active' => array('type' => 'int', 'nullable' 
=> False,'precision' => '4', 'default' => 1),
                                'building_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => False),
                                'application_id' => array('type' => 
'int','precision' => '4','nullable' => True),
@@ -516,7 +516,7 @@
                'bb_event' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
-                               'id_string' => array('type' => 'varchar', 
'nullable' => False, 'default' => '0'),
+                               'id_string' => array('type' => 
'varchar','precision' => '20', 'nullable' => False, 'default' => '0'),
                                'active' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False,'default' => '1'),
                                'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => False),




reply via email to

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