Skip to content

Commit

Permalink
ckeditor: make iframe migration reversible
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Nov 27, 2023
1 parent f3f6d4c commit 0dc43b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions adhocracy4/projects/migrations/0041_ckeditor5_iframes.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(
replace_iframe_with_figur,
),
migrations.RunPython(replace_iframe_with_figur, migrations.RunPython.noop),
]

0 comments on commit 0dc43b7

Please sign in to comment.