Fix migrations
This commit is contained in:
parent
d0af9cfcfc
commit
c3d86090d4
|
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0020_user_recent_modules'),
|
||||
('users', '0022_auto_20200701_1342'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Reference in New Issue