We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278f7b1 commit f9d9879Copy full SHA for f9d9879
src/migration/MigrationInspectorFactory.hpp
@@ -54,7 +54,7 @@ makeMigrationInspector(
54
55
// Database is empty, we need to initialize the migration table if it is a writeable backend
56
if (not config.get<bool>("read_only") and not backend->hardFetchLedgerRangeNoThrow()) {
57
- migration::MigratorStatus migrated(migration::MigratorStatus::Migrated);
+ migration::MigratorStatus const migrated(migration::MigratorStatus::Migrated);
58
for (auto const& name : inspector->allMigratorsNames()) {
59
backend->writeMigratorStatus(name, migrated.toString());
60
}
0 commit comments