From 9887aca352ed42ef3f7b9ae0d6a3c4c2fc5aae2f Mon Sep 17 00:00:00 2001 From: fethij <32542424+fethij@users.noreply.github.com> Date: Wed, 7 May 2025 16:46:42 +0200 Subject: [PATCH] Update localOnly description --- core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt b/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt index 837ac335..8e321adf 100644 --- a/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt +++ b/core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt @@ -26,7 +26,7 @@ public data class Table( */ var indexes: List = listOf(), /** - * Whether the table only exists only. + * Whether the table only exists locally. */ val localOnly: Boolean = false, /**