Skip to content

Commit

Permalink
Resolve db migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
benschs committed Nov 11, 2024
1 parent c9d7bb1 commit 20a7ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def reverse_landing_page_version(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("stac_api", "0052_asset_add_del_asset_item_file_size_trigger_and_more"),
("stac_api", "0053_alter_asset_media_type_and_more"),
]

operations = [migrations.RunPython(add_landing_page_version, reverse_landing_page_version)]

0 comments on commit 20a7ac9

Please sign in to comment.