phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/setup/tables_baseline.inc.php, 1.6


From: nomail
Subject: [Phpgroupware-cvs] filemanager/setup/tables_baseline.inc.php, 1.6
Date: Thu, 30 Dec 2004 10:17:57 +0100

Update of /filemanager/setup
Modified Files:
        Branch: 
          tables_baseline.inc.php

date: 2004/12/30 09:17:57;  author: skwashd;  state: Exp;  lines: +25 -0

Log Message:
clean up, merge, remove crud and apply patch #3525
=====================================================================
Index: filemanager/setup/tables_baseline.inc.php
diff -u filemanager/setup/tables_baseline.inc.php:1.5 
filemanager/setup/tables_baseline.inc.php:1.6
--- filemanager/setup/tables_baseline.inc.php:1.5       Sat Sep 21 05:26:43 2002
+++ filemanager/setup/tables_baseline.inc.php   Thu Dec 30 09:17:57 2004
@@ -15,4 +15,29 @@
 
   /* $Id$ */
 
+  /* table array for phpwebhosting - MOVED TO API
+       $phpgw_baseline = array(
+               'phpgw_vfs' => array(
+                       'fd' => array(
+                               'file_id' => array('type' => 'auto','nullable' 
=> False),
+                               'owner_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'createdby_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                               'modifiedby_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
+                               'created' => array('type' => 'date','nullable' 
=> False,'default' => '1970-01-01'),
+                               'modified' => array('type' => 'date','nullable' 
=> True),
+                               'size' => array('type' => 'int', 'precision' => 
4,'nullable' => True),
+                               'mime_type' => array('type' => 'varchar', 
'precision' => 150,'nullable' => True),
+                               'deleteable' => array('type' => 'char', 
'precision' => 1,'nullable' => True,'default' => 'Y'),
+                               'comment' => array('type' => 'text','nullable' 
=> True),
+                               'app' => array('type' => 'varchar', 'precision' 
=> 25,'nullable' => True),
+                               'directory' => array('type' => 
'text','nullable' => True),
+                               'name' => array('type' => 'text','nullable' => 
False)
+                       ),
+                       'pk' => array('file_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               )
+       );
+       */
 ?>




reply via email to

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