We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf8969 commit da8e24fCopy full SHA for da8e24f
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