Skip to content

Commit 5ca329c

Browse files
committed
Remove sync state workaround
1 parent 3cc428f commit 5ca329c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
487487
// TODO DB name, verify this is necessary with extension
488488
await this.database.writeTransaction(async (tx) => {
489489
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;');
492490
});
493491

494492
// The data has been deleted - reset the sync status

0 commit comments

Comments
 (0)