1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

DB table sometimes needs creating

This commit is contained in:
e107steved
2008-01-06 22:31:33 +00:00
parent 625fc0a5ca
commit 8f75b14e7d

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
| $Revision: 1.15 $
| $Date: 2008-01-06 21:16:16 $
| $Revision: 1.16 $
| $Date: 2008-01-06 22:31:33 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -189,8 +189,8 @@ function update_706_to_800($type='')
$obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last');
// List of DB tables newly required (defined in core_sql.php)
$new_tables = array('admin_log','audit_log');
// List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed)
$new_tables = array('admin_log','audit_log', 'dblog');
// List of changed DB tables (defined in core_sql.php)