fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11609] property: fix fields definition


From: Sigurd Nes
Subject: [Fmsystem-commits] [11609] property: fix fields definition
Date: Mon, 20 Jan 2014 07:33:55 +0000

Revision: 11609
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11609
Author:   sigurdne
Date:     2014-01-20 07:33:52 +0000 (Mon, 20 Jan 2014)
Log Message:
-----------
property: fix fields definition

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

Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2014-01-20 07:14:53 UTC (rev 
11608)
+++ trunk/property/setup/tables_current.inc.php 2014-01-20 07:33:52 UTC (rev 
11609)
@@ -1013,7 +1013,7 @@
                ),
                'fm_tts_priority' => array(
                        'fd' => array(
-                               'id' => array('type' => 'int','nullable' => 
False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '100','nullable' => true),
                        ),
                        'pk' => array('id'),




reply via email to

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