Skip to content

Commit

Permalink
Rename table to 'stationary_image' (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadoemer authored Aug 16, 2024
1 parent 2639073 commit 28ba684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Entity
@Getter
@Setter
@Table(name = "image")
@Table(name = "stationary_image")
public class StationaryImage extends BaseEntity {

/**
Expand Down

0 comments on commit 28ba684

Please sign in to comment.