Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 17, 2023
1 parent fca760a commit c4e686c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def reverse(self, apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("lineage", "0014_source_priority"),
("lineage", "0015_source_intermediate_tables"),
]

operations = [
Expand Down

0 comments on commit c4e686c

Please sign in to comment.