Skip to content

Commit

Permalink
Format differentiae_database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jan 25, 2024
1 parent 7d0f314 commit 3e1951c
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@


class Migration(migrations.Migration):

dependencies = [
('cantusdata', '0002_remove_chant_concordances_delete_concordance'),
("cantusdata", "0002_remove_chant_concordances_delete_concordance"),
]

operations = [
migrations.AddField(
model_name='chant',
name='differentiae_database',
model_name="chant",
name="differentiae_database",
field=models.CharField(blank=True, max_length=255),
),
]

0 comments on commit 3e1951c

Please sign in to comment.