Our migration only consist of a new table in the sync rules. We have created the raw table in the local db migration and we have calledSELECT powersync_trigger_resync(TRUE) manually after the app has opened, migrated and connected to PS. What we are seeing is that after using this statement the data is not available in the raw table until restarting the app.
If we do the trigger before connecting it seems to work. Is this expected?
Our migration only consist of a new table in the sync rules. We have created the raw table in the local db migration and we have called
SELECT powersync_trigger_resync(TRUE)manually after the app has opened, migrated and connected to PS. What we are seeing is that after using this statement the data is not available in the raw table until restarting the app.If we do the trigger before connecting it seems to work. Is this expected?