Skip to content

Commit

Permalink
chore: migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 15, 2024
1 parent 6029530 commit cf6ac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/wells/migrations/0146_auto_20240105_qaqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='well',
name='natural_resource_region',
field=models.CharField(default='', max_length=200),
field=models.CharField(null=True, blank=True, max_length=200),
),
]

0 comments on commit cf6ac78

Please sign in to comment.