summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2012-09-28 22:53:18 +0100
committerlsces <lester@lsces.co.uk>2012-09-28 22:53:18 +0100
commita077922d63dc618e06611a07146659474ff80283 (patch)
tree0111aa48f4da87be5b600be81e5ada5d7e7f459a /admin
parent34d940972260da96d447b7fa13c2a92f93277ba9 (diff)
downloadstats-a077922d63dc618e06611a07146659474ff80283.tar.gz
stats-a077922d63dc618e06611a07146659474ff80283.tar.bz2
stats-a077922d63dc618e06611a07146659474ff80283.zip
Index key is too big for Firebird. Need to create a shorter field for indexing
but have just disabled for the moment - needs a cleaner fix, but it allows dumb install short term.
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index a74056f..a8a1905 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -41,9 +41,9 @@ $gBitInstaller->registerPackageInfo( STATS_PKG_NAME, array(
// ### Indexes
$indices = array (
'stats_referer_url_idx' => array( 'table' => 'stats_referer_urls', 'cols' => 'referer_url', 'opts' => 'UNIQUE' ),
- 'stats_referer_map_url_idx' => array( 'table' => 'stats_referer_urls', 'cols' => 'referer_url_id', 'opts' => NULL ),
'stats_referer_map_user_idx' => array( 'table' => 'stats_referer_users_map', 'cols' => 'user_id', 'opts' => NULL ),
);
+// 'stats_referer_map_url_idx' => array( 'table' => 'stats_referer_urls', 'cols' => 'referer_url_id', 'opts' => NULL ),
$gBitInstaller->registerSchemaIndexes( STATS_PKG_NAME, $indices );
// ### Sequences