Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Jan 22, 2025
1 parent dc6ba56 commit bde2f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def update_profile_completion(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("peoplefinder", "0102_remove_person_manager_cannot_be_self_and_more"),
("peoplefinder", "0123_ukstafflocation_building_name"),
]

operations = [
Expand Down

0 comments on commit bde2f48

Please sign in to comment.