You are here

function ga_stats_update_7103 in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 ga_stats.install \ga_stats_update_7103()

Add primary key to ga_stats_count table.

File

./ga_stats.install, line 158

Code

function ga_stats_update_7103() {
  db_add_primary_key('ga_stats_count', array(
    'nid',
  ));
}