mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix migration conflict with reversion.
This commit is contained in:
parent
f523118f3a
commit
04b3d3b35f
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ import users.models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [('auth', '0008_alter_user_username_max_length')]
|
dependencies = [('auth', '0008_alter_user_username_max_length')]
|
||||||
initial = True
|
initial = True
|
||||||
run_before = [("reversion", "0001_squashed_0004_auto_20160611_1202")]
|
|
||||||
# We replace everything.
|
# We replace everything.
|
||||||
replaces = [
|
replaces = [
|
||||||
("users", "0001_initial"),
|
("users", "0001_initial"),
|
||||||
|
|
Loading…
Reference in a new issue