Skip to content

Commit

Permalink
Merge pull request #66 from edly-io/tai/fix-migration
Browse files Browse the repository at this point in the history
fix migrations refactoring
  • Loading branch information
taimoor-ahmed-1 authored Sep 26, 2023
2 parents 6beb6c7 + 3c44670 commit e6ee524
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 @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('course_metadata', '0261_auto_20221216_0743'),
('course_metadata', '0262_auto_20230621_1144'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('course_metadata', '0269_depr_program_card_image_url_and_add_exec_ed_cert_type'),
('course_metadata', '0261_auto_20221216_0743'),
]

operations = [
Expand Down

0 comments on commit e6ee524

Please sign in to comment.