fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7407] Someone forgot to add these fields here afret


From: Thomas Lundquist
Subject: [Fmsystem-commits] [7407] Someone forgot to add these fields here afret adding them into tables_update .inc.php
Date: Tue, 21 Jun 2011 13:11:02 +0000

Revision: 7407
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7407
Author:   thomasez
Date:     2011-06-21 13:11:02 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
Someone forgot to add these fields here afret adding them into 
tables_update.inc.php

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-06-21 06:11:18 UTC (rev 
7406)
+++ trunk/booking/setup/tables_current.inc.php  2011-06-21 13:11:02 UTC (rev 
7407)
@@ -22,6 +22,9 @@
                                'deactive_calendar' => array('type' => 'int', 
'nullable' => False,'precision' => '4', 'default' => 0),
                                'deactive_application' => array('type' => 
'int', 'nullable' => False,'precision' => '4', 'default' => 0),
                                'deactive_sendmessage' => array('type' => 
'int', 'nullable' => False,'precision' => '4', 'default' => 0),
+                               'deactivate_calendar' => array('type' => 'int', 
'nullable' => False,'precision' => '4', 'default' => 0),
+                               'deactivate_application' => array('type' => 
'int', 'nullable' => False,'precision' => '4', 'default' => 0),
+                               'deactivate_sendmessage' => array('type' => 
'int', 'nullable' => False,'precision' => '4', 'default' => 0),
                                'name' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'homepage' => array('type' => 'text', 
'nullable' => False),
                                'location_code' => array('type' => 
'varchar','precision' => '50','nullable' => True),




reply via email to

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