egroupware_official/phpgwapi/setup/tables_update.inc.php

24 lines
663 B
PHP
Raw Normal View History

2001-02-04 13:27:05 +01:00
<?php
/**
2010-09-05 17:24:34 +02:00
* EGroupware - API Setup
*
2014-06-24 12:00:50 +02:00
* Update scripts from 14.1 onwards
*
* @link http://www.egroupware.org
* @package api
* @subpackage setup
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @version $Id$
*/
/* Include older eGroupWare update support */
include('tables_update_0_9_9.inc.php');
include('tables_update_0_9_10.inc.php');
include('tables_update_0_9_12.inc.php');
include('tables_update_0_9_14.inc.php');
include('tables_update_1_0.inc.php');
include('tables_update_1_2.inc.php');
2008-11-24 11:51:59 +01:00
include('tables_update_1_4.inc.php');
2010-09-05 17:24:34 +02:00
include('tables_update_1_6.inc.php');
2014-06-24 12:00:50 +02:00
include('tables_update_1_8.inc.php');