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