Skip to content

Commit

Permalink
Update max_migration.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 2, 2024
1 parent 45c587b commit 8a6da42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@


class Migration(migrations.Migration):
dependencies = [
("posthog", "0522_datawarehouse_salesforce_opportunity"),
]
dependencies = [("posthog", "0524_datawarehousejoin_configuration")]

operations = [
migrations.RunSQL(
Expand Down
2 changes: 1 addition & 1 deletion posthog/migrations/max_migration.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0524_datawarehousejoin_configuration
0525_project_name_sync

0 comments on commit 8a6da42

Please sign in to comment.