From 3405357a5783c5dd943fd4abed8e1258d0204936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Thu, 28 Sep 2006 05:04:46 +0000 Subject: [PATCH] remove not longer needed tables_baseline --- resources/setup/tables_baseline.inc.php | 36 ------------------------- 1 file changed, 36 deletions(-) delete mode 100755 resources/setup/tables_baseline.inc.php diff --git a/resources/setup/tables_baseline.inc.php b/resources/setup/tables_baseline.inc.php deleted file mode 100755 index c4ae3773b2..0000000000 --- a/resources/setup/tables_baseline.inc.php +++ /dev/null @@ -1,36 +0,0 @@ - - * @version $Id$ - */ - - $phpgw_baseline = array( - 'egw_resources' => array( - 'fd' => array( - 'id' => array('type' => 'auto'), - 'name' => array('type' => 'varchar','precision' => '100'), - 'short_description' => array('type' => 'varchar','precision' => '100'), - 'cat_id' => array('type' => 'int','precision' => '11','nullable' => False), - 'quantity' => array('type' => 'int','precision' => '11'), - 'useable' => array('type' => 'int','precision' => '11'), - 'location' => array('type' => 'varchar','precision' => '100'), - 'bookable' => array('type' => 'varchar','precision' => '1'), - 'buyable' => array('type' => 'varchar','precision' => '1'), - 'prize' => array('type' => 'varchar','precision' => '200'), - 'long_description' => array('type' => 'longtext'), - 'picture' => array('type' => 'blob'), - 'accessories' => array('type' => 'varchar','precision' => '50') - ), - 'pk' => array('id'), - 'fk' => array(), - 'ix' => array(), - 'uc' => array() - ) - );