From 865cd542e597aab039a44df00048ab5782fc4b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Thu, 28 Sep 2006 05:03:30 +0000 Subject: [PATCH] remove not longer needed tables_baseline --- infolog/setup/tables_baseline.inc.php | 46 --------------------------- 1 file changed, 46 deletions(-) delete mode 100755 infolog/setup/tables_baseline.inc.php diff --git a/infolog/setup/tables_baseline.inc.php b/infolog/setup/tables_baseline.inc.php deleted file mode 100755 index f9a678308c..0000000000 --- a/infolog/setup/tables_baseline.inc.php +++ /dev/null @@ -1,46 +0,0 @@ - array( - 'fd' => array( - 'info_id' => array('type' => 'auto','nullable' => False), - 'info_type' => array('type' => 'varchar', 'precision' => 255,'nullable' => False,'default' => 'task'), - 'info_addr_id' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_proj_id' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_from' => array('type' => 'varchar', 'precision' => 64,'nullable' => True), - 'info_addr' => array('type' => 'varchar', 'precision' => 64,'nullable' => True), - 'info_subject' => array('type' => 'varchar', 'precision' => 64,'nullable' => True), - 'info_des' => array('type' => 'text','nullable' => True), - 'info_owner' => array('type' => 'int', 'precision' => 4,'nullable' => False), - 'info_responsible' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_access' => array('type' => 'varchar', 'precision' => 10,'nullable' => True,'default' => 'public'), - 'info_cat' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_datecreated' => array('type' => 'int', 'precision' => 4,'nullable' => False), - 'info_startdate' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_enddate' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_id_parent' => array('type' => 'int', 'precision' => 4,'nullable' => False,'default' => 0), - 'info_pri' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'normal'), - 'info_time' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_bill_cat' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0), - 'info_status' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'done'), - 'info_confirm' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'not') - ), - 'pk' => array('info_id'), - 'fk' => array(), - 'ix' => array(), - 'uc' => array() - ) - ); - -?>