Skip to content

Commit

Permalink
Fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrinch committed Oct 23, 2019
1 parent 2364174 commit 3b662e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('fcm_django', '0004_auto_20170808_1145'),
('fcm_django', '0003_auto_20170313_1314'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Migration(migrations.Migration):

dependencies = [
('fcm_django', '0003_auto_20170313_1314'),
('fcm_django', '0004_auto_20181128_1642'),
]

operations = [
Expand Down

0 comments on commit 3b662e1

Please sign in to comment.