Skip to content

Commit

Permalink
[Fixes #2189] Set migration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed May 26, 2016
1 parent 676941e commit 02b9cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akvo/rsr/migrations/0075_auto_20160525_1006.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class Migration(migrations.Migration):

dependencies = [
('rsr', '0070_auto_20160519_1205'),
# ('rsr', '0074_auto_20160526_0938'),
# ('rsr', '0070_auto_20160519_1205'),
('rsr', '0074_auto_20160526_0938'),
]

operations = [
Expand Down

0 comments on commit 02b9cb0

Please sign in to comment.