@reedyseth:
In this scenario can we do the following to force the migration again:
Disable the plugin
Drop wp_subscribe_reloaded_subscribers
DELETE FROM wp_postmeta WHERE meta_key LIKE ‘\_stcr@\_%’
Set wp_options -> subscribe_reloaded_subscriber_table to no
Set wp_options -> subscribe_reloaded_data_sanitized to no
Reenable the plugin to force the data to migrate to the new table format.
I ran this on our production dataset on a staging host and it appears to have filled the gap, but I’d love to know if I’m missing something here.