Skip to content

Commit 5e4531a

Browse files
authored
rename/reorder migrations after recent merges (#13915)
1 parent a56e832 commit 5e4531a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/db_migrations/0249_usercontactinfo_reset_timestamps.py renamed to dojo/db_migrations/0251_usercontactinfo_reset_timestamps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("dojo", "0248_alter_general_survey_expiration"),
9+
("dojo", "0250_pghistory_backfill"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)