Skip to content

Commit 07af58c

Browse files
committed
chore: update database index to include activity_revision_id to match actual schema.xml
1 parent fb109ad commit 07af58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/data/src/main/kotlin/io/tolgee/model/activity/ActivityModifiedEntity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import java.io.Serializable
2121
@Entity
2222
@Table(
2323
indexes = [
24-
Index(columnList = "branch_id"),
24+
Index(columnList = "activity_revision_id,branch_id"),
2525
],
2626
)
2727
@IdClass(ActivityModifiedEntityId::class)

0 commit comments

Comments
 (0)