|
Lightweight 0.20260303.0
|
Result of a RewriteChecksums call.
More...
#include <SqlMigration.hpp>
Public Attributes | |
| std::vector< ChecksumRewriteEntry > | entries |
| One entry per rewritten or would-be-rewritten row. | |
| std::vector< MigrationTimestamp > | unregisteredTimestamps |
| Applied rows whose migration is no longer registered. | |
| bool | wasDryRun = false |
| True if the call ran in dry-run mode. | |
Result of a RewriteChecksums call.
Definition at line 374 of file SqlMigration.hpp.
| std::vector<ChecksumRewriteEntry> Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult::entries |
One entry per rewritten or would-be-rewritten row.
Definition at line 376 of file SqlMigration.hpp.
| std::vector<MigrationTimestamp> Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult::unregisteredTimestamps |
Applied rows whose migration is no longer registered.
Definition at line 378 of file SqlMigration.hpp.
| bool Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult::wasDryRun = false |
True if the call ran in dry-run mode.
Definition at line 379 of file SqlMigration.hpp.