Skip to content

Commit ae4abf5

Browse files
committed
bugfix: database name
Signed-off-by: Lennoard <lennoardrai@gmail.com>
1 parent 70d704f commit ae4abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)