We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76cd9c commit 7a17270Copy full SHA for 7a17270
1 file changed
src/main/kotlin/site/billilge/api/backend/domain/configvalue/entity/ConfigValue.kt
@@ -3,7 +3,7 @@ package site.billilge.api.backend.domain.configvalue.entity
3
import jakarta.persistence.*
4
5
@Entity
6
-@Table(name = "config_value")
+@Table(name = "admin_config_values")
7
class ConfigValue(
8
@Column(nullable = false, unique = true)
9
val key: String,
0 commit comments