I was unable to import a team list until I manually added a logo_small column to the pickem_teams table. The pickem.install does not create that column during the install process because it's missing in the array.
I was unable to import a team list until I manually added a logo_small column to the pickem_teams table. The pickem.install does not create that column during the install process because it's missing in the array.
Comments
Comment #1
jvandervort commentedlogo_small was added in the pickem 6.x-1.7 release. Looks like I forgot to add it for clean installs.
You could have manually run update.php and picked the last pickem change, but what you did
was probably fine.
Committed the change to pickem 6.x-1.11