Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Feb 15, 2024
1 parent 2276380 commit 691ecab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def unmark_episodes_in_development(apps: Apps, *args):


class Migration(migrations.Migration):
dependencies = [("game", "0087_workspace_python_view_enabled")]
dependencies = [("game", "0088_rename_episodes")]
operations = [
migrations.RunPython(
mark_episodes_in_development,
Expand Down

0 comments on commit 691ecab

Please sign in to comment.