Skip to content

Commit

Permalink
fix: rename conflicting migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 15, 2023
1 parent ce5da72 commit 1ccd538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('applications', '0035_alter_applicationbatch_handler'),
('applications', '0036_alter_employee_working_hours'),
]

operations = [
Expand Down

0 comments on commit 1ccd538

Please sign in to comment.