added field to migrations to prevent build error in jenkins
This commit is contained in:
parent
ef8aeaab20
commit
2cb31d70f0
@ -6,6 +6,8 @@ import uuid
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
|
@ -5,6 +5,8 @@ from django.db import migrations
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('user', '0001_initial'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user