diff --git a/filemanager/setup/tables_baseline.inc.php b/filemanager/setup/tables_baseline.inc.php index d26a993ce1..83266902d3 100644 --- a/filemanager/setup/tables_baseline.inc.php +++ b/filemanager/setup/tables_baseline.inc.php @@ -23,7 +23,7 @@ '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' => '0000-00-00'), + 'created' => array('type' => 'date','nullable' => False), 'modified' => array('type' => 'date','nullable' => True), 'size' => array('type' => 'int', 'precision' => 4,'nullable' => True), 'mime_type' => array('type' => 'varchar', 'precision' => 150,'nullable' => True), @@ -39,4 +39,4 @@ 'uc' => array() ), ); -?> \ No newline at end of file +?> diff --git a/filemanager/setup/tables_current.inc.php b/filemanager/setup/tables_current.inc.php index d26a993ce1..83266902d3 100644 --- a/filemanager/setup/tables_current.inc.php +++ b/filemanager/setup/tables_current.inc.php @@ -23,7 +23,7 @@ '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' => '0000-00-00'), + 'created' => array('type' => 'date','nullable' => False), 'modified' => array('type' => 'date','nullable' => True), 'size' => array('type' => 'int', 'precision' => 4,'nullable' => True), 'mime_type' => array('type' => 'varchar', 'precision' => 150,'nullable' => True), @@ -39,4 +39,4 @@ 'uc' => array() ), ); -?> \ No newline at end of file +?>