Skip to content

Commit c1344c5

Browse files
committed
fixup! ✨(backend) implement thread and reactions API
1 parent 8de596f commit c1344c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/core/migrations/0025_comments.py renamed to src/backend/core/migrations/0026_comments.py

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

1010
class Migration(migrations.Migration):
1111
dependencies = [
12-
("core", "0024_add_is_masked_field_to_link_trace"),
12+
("core", "0025_alter_user_short_name"),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)