Skip to content

Commit 28202fe

Browse files
committed
bugfix: database name
Signed-off-by: Lennoard <lennoardrai@gmail.com>
1 parent 1900699 commit 28202fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/main/java/com/androidvip/sysctlgui/data/models/KernelParamDTO.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ data class KernelParamDTO(
4040
}
4141
}
4242

43-
internal const val PARAMS_TABLE_NAME = "roomKernelParam"
43+
internal const val PARAMS_TABLE_NAME = "RoomKernelParam" // For compatibility with older versions

0 commit comments

Comments
 (0)