Before fully switching to the new schema, we should exercise the new retrieval code. This means setting
$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW;
This keeps writing to the old schema as well, so we can still easily back out of the migration.