Skip to content

Commit

Permalink
Update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 6, 2024
1 parent 12f9c38 commit a8bf521
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def set_blocks(level, blocks):
level51 = Level.objects.get(name="python_51")

set_blocks(
level14,
level14,
json.loads(
'[{"type": "variables_numeric_set"},'
+ '{"type": "controls_repeat_while"},'
Expand Down Expand Up @@ -1335,7 +1335,7 @@ def create_python_den_episodes(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
('game', '0094_add_hint_lesson_subtitle_to_levels')
('game', '0096_alter_level_commands')
]

operations = [
Expand Down

0 comments on commit a8bf521

Please sign in to comment.