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.
2 parents a0e74e6 + 321937d commit 7686115Copy full SHA for 7686115
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