Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lind committed Aug 30, 2024
1 parent ad7f229 commit e1576bb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions punchlist/migrations/0004_auto_20240830_1900.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AddField(
model_name='product',
name='dev_url',
field=models.CharField(blank=True, max_length=255, null=True),
),
migrations.AddField(
model_name='product',
name='owner',
field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, to='auth.user'),
preserve_default=False,
),
migrations.AddField(
model_name='product',
name='prod_url',
field=models.CharField(blank=True, max_length=255, null=True),
),
migrations.AddField(
model_name='product',
name='repository_url',
field=models.CharField(blank=True, max_length=255, null=True),
),
migrations.AlterField(
model_name='product',
name='description',
Expand Down

0 comments on commit e1576bb

Please sign in to comment.