We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dab68 commit c0bfeb6Copy full SHA for c0bfeb6
packages/powersync_core/lib/src/schema.dart
@@ -34,7 +34,7 @@ class Schema {
34
final class IncludeOldOptions {
35
/// A filter of column names for which updates should be tracked.
36
///
37
- /// When set to a non-null value, olumns not included in this list will not
+ /// When set to a non-null value, columns not included in this list will not
38
/// appear in [CrudEntry.oldData]. By default, all columns are included.
39
final List<String>? columnFilter;
40
0 commit comments