Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 4aaaa7e

Browse files
committed
Fix conflicting migrations in users app.
1 parent 5afa1cb commit 4aaaa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozillians/users/migrations/0016_auto_20170329_0414.py renamed to mozillians/users/migrations/0018_auto_20170502_0346.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('users', '0015_auto_20170323_1202'),
10+
('users', '0017_auto_20170404_0448'),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)