Skip to content

Commit 73f6869

Browse files
committed
Fix migration after rebase.
1 parent ce63852 commit 73f6869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/apply/users/migrations/0028_passkeys.py renamed to hypha/apply/users/migrations/0029_passkeys.py

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

88
class Migration(migrations.Migration):
99
dependencies = [
10-
("users", "0027_remove_drupal_id_field"),
10+
("users", "0028_remove_partner_group"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)