We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b8655 commit 8446b39Copy full SHA for 8446b39
demos/local-only-todolist/lib/models/schema.dart
@@ -26,7 +26,7 @@ import 'package:powersync_flutter_local_only_demo/models/sync_mode.dart';
26
/// - `inactive_local_todos' and 'inactive_local_lists' refer to the local-only data, allowing
27
/// for temporary storage or operations before syncing.
28
///
29
-/// For an offline-to-online transition [switchToOnlineSchema] copies data so that it ends up in the upload queue.
+/// For an offline-to-online transition [switchToSyncedSchema] copies data so that it ends up in the upload queue.
30
31
const todosTable = 'todos';
32
const listsTable = 'lists';
0 commit comments