Skip to content

Commit

Permalink
Feat: add index in hibernate annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbet committed Oct 23, 2024
1 parent 558b24a commit 2087f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


@Entity
@Table(name = "user_data")
@Table(name = "user_data", indexes={@Index(columnList="docKey,docZone,docOrganization",name="doc_key_idx_orga")})
@JsonSnakeCase
public class Data {
public static final String idColumn = "id";
Expand Down

0 comments on commit 2087f07

Please sign in to comment.