Skip to content

Commit

Permalink
fix: user Table 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Dec 13, 2023
1 parent 4bfc10e commit fac4f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import universe.sparkle.domain.model.User
import universe.sparkle.infrastructure.persistence.entity.converter.SnsTypeAttributeConverter

@Entity
@Table(name = "user")
@Table(name = "users")
class UserEntity(
id: Long? = null,
snsType: SnsType,
Expand Down

0 comments on commit fac4f64

Please sign in to comment.