Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult Struct Reference

Result of a RewriteChecksums call. More...

#include <SqlMigration.hpp>

Public Attributes

std::vector< ChecksumRewriteEntryentries
 One entry per rewritten or would-be-rewritten row.
 
std::vector< MigrationTimestampunregisteredTimestamps
 Applied rows whose migration is no longer registered.
 
bool wasDryRun = false
 True if the call ran in dry-run mode.
 

Detailed Description

Result of a RewriteChecksums call.

Definition at line 374 of file SqlMigration.hpp.

Member Data Documentation

◆ entries

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.

◆ unregisteredTimestamps

std::vector<MigrationTimestamp> Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult::unregisteredTimestamps

Applied rows whose migration is no longer registered.

Definition at line 378 of file SqlMigration.hpp.

◆ wasDryRun

bool Lightweight::SqlMigration::MigrationManager::RewriteChecksumsResult::wasDryRun = false

True if the call ran in dry-run mode.

Definition at line 379 of file SqlMigration.hpp.


The documentation for this struct was generated from the following file: