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 0c85037 commit c066c70Copy full SHA for c066c70
packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts
@@ -37,7 +37,7 @@ export interface WatchOnChangeEvent {
37
38
export interface PowerSyncDBListener extends StreamingSyncImplementationListener {}
39
40
-const POWERSYNC_TABLE_MATCH = /(^ps_data__|^ps_local__)/;
+const POWERSYNC_TABLE_MATCH = /(^ps_data__|^ps_data_local__)/;
41
42
export const DEFAULT_WATCH_THROTTLE_MS = 30;
43
0 commit comments