mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Added missing schema migration #100

Closed alfredo closed 12 years ago

lmorchard commented 12 years ago

Thanks for the PR!

Rather than merge this directly, though, it reminded me that I had an un-committed migration in my working directory that also added a missing new column to the Badge model:

https://github.com/lmorchard/django-badger/commit/9e107f94586a7ce405e849d8efbc071a22ed6d51

alfredo commented 12 years ago

No worries!