Skip to content

Commit

Permalink
[Migrations] Add reverse noop migration to convert_geostory_blob RunP…
Browse files Browse the repository at this point in the history
…ython command
  • Loading branch information
afabiani committed Jul 27, 2021
1 parent eb198a8 commit aedd712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoapps/migrations/0006_geoapp_blob_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class Migration(migrations.Migration):
]

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

0 comments on commit aedd712

Please sign in to comment.