Skip to content

Commit

Permalink
[fix] Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Aug 16, 2019
1 parent 7da19d2 commit 0587d04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bothub/common/migrations/0033_auto_20190816_2030.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RemoveField(
model_name='repositoryvote',
name='vote',
),
migrations.AddField(
model_name='repositoryvote',
name='created',
Expand Down

0 comments on commit 0587d04

Please sign in to comment.