Skip to content

Commit

Permalink
rebase migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Nov 16, 2023
1 parent ab37e21 commit d703472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("workshops", "0264_trainingprogress_unique_trainee_at_event"),
("workshops", "0265_auto_20231108_1357"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("workshops", "0265_add_member_code_and_override"),
("workshops", "0266_add_member_code_and_override"),
]

operations = [
Expand Down

0 comments on commit d703472

Please sign in to comment.