- All Implemented Interfaces:
- Migration
public class MigrateDatabase6To100
extends java.lang.Object
implements Migration
Migration from datastore JSON database version 6 to 100, which requires migration of data
between tables with a transform in Java code along the way.
This change is a breaking change because after the migration, older versions of the code
will not be able to find attachments on disk because they will look for the path based
on the hex of the key rather than going via the attachments table.
- API Status: Private - API users are discouraged from using this class as fields, method signatures, and implementation details may be subject to change