We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d704f commit ae4abf5Copy full SHA for ae4abf5
1 file changed
data/src/main/java/com/androidvip/sysctlgui/data/models/KernelParamDTO.kt
@@ -40,4 +40,4 @@ data class KernelParamDTO(
40
}
41
42
43
-internal const val PARAMS_TABLE_NAME = "roomKernelParam"
+internal const val PARAMS_TABLE_NAME = "RoomKernelParam" // For compatibility with older versions
0 commit comments