fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8066] Booking: missing tables in setup


From: Sigurd Nes
Subject: [Fmsystem-commits] [8066] Booking: missing tables in setup
Date: Wed, 09 Nov 2011 08:43:49 +0000

Revision: 8066
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8066
Author:   sigurdne
Date:     2011-11-09 08:43:48 +0000 (Wed, 09 Nov 2011)
Log Message:
-----------
Booking: missing tables in setup

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-11-09 08:25:50 UTC (rev 
8065)
+++ trunk/booking/setup/tables_current.inc.php  2011-11-09 08:43:48 UTC (rev 
8066)
@@ -769,6 +769,32 @@
                        'ix' => array(),
                        'uc' => array()
                ),
+               'bb_office' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto', 'precision' => 
4,'nullable' => False),
+                               'name' => array('type' => 'varchar', 
'precision' => 200,'nullable' => False),
+                               'user_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
+                               'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                               'modified_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'bb_office_user' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto', 'precision' => 
4,'nullable' => False),
+                               'office' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
+                               'user_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
+                               'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                               'modified_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array('bb_office' => array('office' => 'id')),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'bb_documentation' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto', 'nullable' => 
false),
@@ -780,6 +806,5 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
-               ),
-
+               )
        );




reply via email to

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