nerdsville / elections

Forked from elections 4 years ago
Clone

5e5a508 Fix the field name in the alembic migration

Authored and Committed by pingou 5 years ago
    Fix the field name in the alembic migration
    
    We renamed the field from voted_badge to url_badge and it looks like we
    forgot to rename the field in the code itself.
    This commit fixes that.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>