Skip to content

Commit a5f02fe

Browse files
committed
fix(cohorts): reorder last_synced_at migration after mixpanel source
1 parent 7f47edc commit a5f02fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/cohorts/migrations/0004_cohort_last_synced_at.py renamed to api/cohorts/migrations/0005_cohort_last_synced_at.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Migration(migrations.Migration):
55
dependencies = [
6-
("cohorts", "0003_cohort_sync_key"),
6+
("cohorts", "0004_mixpanel_source"),
77
]
88

99
operations = [

0 commit comments

Comments
 (0)