Skip to content

Commit

Permalink
fixes migration order #9801
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jul 20, 2023
1 parent 6203b04 commit 131d69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Migration(migrations.Migration):

dependencies = [
("models", "9477_fix_for_spatial_view_dbf_function_edtf_displaying_null"),
("models", "9648_add_empty_key_value_pairs_to_tiles"),
]

update_check_excess_tiles_trigger = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('models', '9648_add_empty_key_value_pairs_to_tiles'),
('models', '9670_improve_bulk_load_performance'),
]

forward_sql = """
Expand Down

0 comments on commit 131d69d

Please sign in to comment.