a-type/verdant

Resetting to server data after deleting a collection in a new migration fails

Closed this issue · 0 comments

Case:

  • Client loads with new migration that deletes a collection
  • Client syncs to server and is instructed to reset data to server-side
  • Client attempts to load data with items from the deleted collection. This fails due to the IndexedDB table no longer existing.