Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::SqlMigration::ChecksumVerificationResult Struct Reference

#include <SqlMigration.hpp>

Public Attributes

MigrationTimestamp timestamp
 
std::string_view title
 
std::string storedChecksum
 
std::string computedChecksum
 
bool matches
 

Detailed Description

Result of verifying a migration's checksum.

Definition at line 45 of file SqlMigration.hpp.

Member Data Documentation

◆ timestamp

MigrationTimestamp Lightweight::SqlMigration::ChecksumVerificationResult::timestamp

Definition at line 47 of file SqlMigration.hpp.

◆ title

std::string_view Lightweight::SqlMigration::ChecksumVerificationResult::title

Definition at line 48 of file SqlMigration.hpp.

◆ storedChecksum

std::string Lightweight::SqlMigration::ChecksumVerificationResult::storedChecksum

Definition at line 49 of file SqlMigration.hpp.

◆ computedChecksum

std::string Lightweight::SqlMigration::ChecksumVerificationResult::computedChecksum

Definition at line 50 of file SqlMigration.hpp.

◆ matches

bool Lightweight::SqlMigration::ChecksumVerificationResult::matches

Definition at line 51 of file SqlMigration.hpp.


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