Skip to content

Commit

Permalink
[#1633] Fix migration history after merging in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgvh committed Aug 19, 2015
1 parent 8b9cab3 commit 9ec6430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akvo/rsr/migrations/0022_auto_20150819_0908.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('rsr', '0021_auto_20150813_1426'),
('rsr', '0022_auto_20150817_1120'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion akvo/rsr/migrations/0023_auto_20150819_1029.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('rsr', '0022_auto_20150817_1120'),
('rsr', '0022_auto_20150819_0908'),
]

operations = [
Expand Down

0 comments on commit 9ec6430

Please sign in to comment.