Skip to content

Commit

Permalink
deleted older migration file and added the latest one
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwaspraveen committed Jan 25, 2024
1 parent eed894e commit 7b64124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedback/migrations/0003_feedback_source.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.6 on 2024-01-22 17:00
# Generated by Django 4.2.6 on 2024-01-25 16:48

from django.db import migrations, models

Expand All @@ -12,6 +12,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="feedback",
name="source",
field=models.CharField(default="SDE", max_length=50),
field=models.CharField(blank=True, default="SDE", max_length=50),
),
]

0 comments on commit 7b64124

Please sign in to comment.