Skip to content

Commit 4972089

Browse files
fethijsimolus3
authored andcommitted
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

+1-1
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)