fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15020] API


From: sigurdne
Subject: [Fmsystem-commits] [15020] API
Date: Fri, 13 May 2016 11:42:34 +0000 (UTC)

Revision: 15020
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15020
Author:   sigurdne
Date:     2016-05-13 11:42:34 +0000 (Fri, 13 May 2016)
Log Message:
-----------
API

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

Modified: trunk/phpgwapi/setup/tables_current.inc.php
===================================================================
--- trunk/phpgwapi/setup/tables_current.inc.php 2016-05-13 11:39:59 UTC (rev 
15019)
+++ trunk/phpgwapi/setup/tables_current.inc.php 2016-05-13 11:42:34 UTC (rev 
15020)
@@ -301,8 +301,7 @@
                'phpgw_vfs_filedata' => array(
                        'fd' => array(
                                'file_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'location_id' => array('type' => 
'int','precision' => '4','nullable' => False),
-                               'metadata' => array('type' => 'xml','nullable' 
=> False),
+                               'metadata' => array('type' => 
'jsonb','nullable' => False),
                        ),
                        'pk' => array('file_id'),
                        'fk' => array('phpgw_vfs' => array('file_id' => 
'file_id')),
@@ -311,7 +310,7 @@
                ),
                'phpgw_vfs_file_relation' => array(
                        'fd' => array(
-                               'relation_id'           => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'relation_id'           => array('type' => 
'auto','nullable' => False),
                                'file_id'                       => array('type' 
=> 'int','precision' => '4','nullable' => False),
                                'location_id'           => array('type' => 
'int','precision' => '4','nullable' => False),
                                'location_item_id'      => array('type' => 
'int','precision' => '4','nullable' => False),




reply via email to

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