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 c33abf6 commit dffe000Copy full SHA for dffe000
packages/powersync/lib/src/powersync_database.dart
@@ -329,6 +329,7 @@ class PowerSyncDatabase with SqliteQueries implements SqliteConnection {
329
await tx.execute('DELETE FROM ps_oplog');
330
await tx.execute('DELETE FROM ps_crud');
331
await tx.execute('DELETE FROM ps_buckets');
332
+ await tx.execute('DELETE FROM ps_untyped');
333
334
final tableGlob = clearLocal ? 'ps_data_*' : 'ps_data__*';
335
final existingTableRows = await tx.getAll(
0 commit comments