Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4972089

Browse files
fethijsimolus3
authored andcommittedMay 7, 2025·
Update localOnly description
1 parent 2fd1d1a commit 4972089

File tree

1 file changed

+1
-1
lines changed
  • core/src/commonMain/kotlin/com/powersync/db/schema

1 file changed

+1
-1
lines changed
 

‎core/src/commonMain/kotlin/com/powersync/db/schema/Table.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public data class Table(
2626
*/
2727
var indexes: List<Index> = listOf(),
2828
/**
29-
* Whether the table only exists only.
29+
* Whether the table only exists locally.
3030
*/
3131
val localOnly: Boolean = false,
3232
/**

0 commit comments

Comments
 (0)
Please sign in to comment.