Skip to content

Commit

Permalink
removes the changing of type of previous_tb_contact as this is now re…
Browse files Browse the repository at this point in the history
…moved and added in in subsetquent migrations. This was causing issues with django migrate
  • Loading branch information
fredkingham committed Jan 29, 2019
1 parent 2477fbd commit 12ee6ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/tb/migrations/0037_auto_20190126_1415.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,4 @@ class Migration(migrations.Migration):
name='previous_tb_diagnosis',
field=models.BooleanField(default=False, verbose_name=b'Previous TB diagnosis'),
),
migrations.AlterField(
model_name='tbhistory',
name='previous_tb_contact',
field=models.BooleanField(default=False, verbose_name=b'Previous TB contact'),
),
]

0 comments on commit 12ee6ed

Please sign in to comment.