EKC Tournament Manager

Manage Swiss system style tournaments, handle registration of teams and players. Developed for and used at the EKC European Kubb Championships.

7 database tables

Table NameDescriptionMethod
wp_ekc_email_statusStores analytics or statistics data.Static
wp_ekc_playerStores ekc player data created by this plugin.Static
wp_ekc_resultStores ekc result data created by this plugin.Static
wp_ekc_result_logA logging table that records activity, events, or audit history.Static
wp_ekc_teamStores ekc team data created by this plugin.Static
wp_ekc_tournamentStores ekc tournament data created by this plugin.Static
wp_ekc_tournament_roundStores ekc tournament round data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_postmeta
Post meta