Menu
AFCON GAMES
The Super Eagles of Nigeria have qualified for the round of 16 in the ongoing AFCON games after defeating Sudan 3 – 1 to gain a total of 6points thereby topping the group D.
-
Pages
// Ensure unique index exists for (user_id, game_id, period_start) $uniq_exists = $wpdb->get_results("SHOW INDEX FROM $leaderboard_table WHERE Key_name = 'uniq_user_game_period'"); if (empty($uniq_exists)) { $wpdb->query("ALTER TABLE $leaderboard_table ADD UNIQUE KEY uniq_user_game_period (user_id, game_id, period_start)"); }
The Super Eagles of Nigeria have qualified for the round of 16 in the ongoing AFCON games after defeating Sudan 3 – 1 to gain a total of 6points thereby topping the group D.