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 3cc428f commit 5ca329cCopy full SHA for 5ca329c
packages/common/src/client/AbstractPowerSyncDatabase.ts
@@ -487,8 +487,6 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
487
// TODO DB name, verify this is necessary with extension
488
await this.database.writeTransaction(async (tx) => {
489
await tx.execute('SELECT powersync_clear(?)', [clearLocal ? 1 : 0]);
490
- // TODO: Remove after updating core extension to include https://github.com/powersync-ja/powersync-sqlite-core/pull/61
491
- await tx.execute('DELETE FROM ps_sync_state;');
492
});
493
494
// The data has been deleted - reset the sync status
0 commit comments