diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-03-29 08:50:39 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-03-29 08:50:39 +0000 |
| commit | f2c91c5f1266df4017bac5965b7ff03d37a45284 (patch) | |
| tree | ae6160610d865461a174ac3383343cf557528739 /admin | |
| parent | 7a14b67a063d53602efc417d825fb424e25b6b26 (diff) | |
| download | stats-f2c91c5f1266df4017bac5965b7ff03d37a45284.tar.gz stats-f2c91c5f1266df4017bac5965b7ff03d37a45284.tar.bz2 stats-f2c91c5f1266df4017bac5965b7ff03d37a45284.zip | |
upgrader brought up to latest state on SchemaChangeLog except for the liberty_content_stuff
2006-02-21 and 2006-02-24 remain to be dealt with
any db changes need to go in respective upgraders from now on. chaos doesn't rule anymore - not even in HEAD
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 083938f..0dfa493 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -11,6 +11,11 @@ array( 'DATADICT' => array( array( 'RENAMETABLE' => array( 'tiki_referer_stats' => 'stats_referers', )), + array( 'RENAMECOLUMN' => array( + 'stats_pageviews' => array( + '`day`' => 'stats_day' + ), + )), )), ) ), |
