Skip to content

Commit

Permalink
Aggiornamento JMX per nuova operazione REST d'inserimento massivo.
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed May 17, 2024
1 parent a16528e commit 42e2623
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ public class Horse extends PanacheEntity {
/**
* Il numero di registrazione del cavallo.
*/
@Column(length = 15)
@Column(length = 20)
public String registrationNumber;

/**
* Il numero del microchip del cavallo.
*/
@Column(length = 15)
@Column(length = 20)
public String microchipNumber;

/**
* Il numero del passaporto del cavallo.
*/
@Column(length = 15)
@Column(length = 20)
public String passportNumber;

/**
Expand Down
Loading

0 comments on commit 42e2623

Please sign in to comment.