emeraldjava / bhaawp

Wordpress plugin for the Business Houses Athletic Assoication
3 stars 0 forks source link

AgeCategories #78

Open emeraldjava opened 9 years ago

emeraldjava commented 9 years ago

It seems Senior is getting inserted instread of S for the runners age category.

emeraldjava commented 9 years ago

SELECT DISTINCT(category) FROM wp_bhaa_raceresult; UPDATE wp_bhaa_raceresult SET category = 'S' WHERE category = 'Senior'; UPDATE wp_bhaa_raceresult SET category = 'S' WHERE category IS NULL;