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

One row in the RewriteChecksumsResult.entries list. More...

#include <SqlMigration.hpp>

Public Attributes

MigrationTimestamp timestamp
 The migration whose stored checksum was rewritten.
 
std::string_view title
 Title of the registered migration (or "(Unknown Migration)").
 
std::string oldChecksum
 Stored checksum before the rewrite. Empty if there was none.
 
std::string newChecksum
 Stored checksum after the rewrite.
 

Detailed Description

One row in the RewriteChecksumsResult.entries list.

Definition at line 365 of file SqlMigration.hpp.

Member Data Documentation

◆ timestamp

MigrationTimestamp Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::timestamp

The migration whose stored checksum was rewritten.

Definition at line 367 of file SqlMigration.hpp.

◆ title

std::string_view Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::title

Title of the registered migration (or "(Unknown Migration)").

Definition at line 368 of file SqlMigration.hpp.

◆ oldChecksum

std::string Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::oldChecksum

Stored checksum before the rewrite. Empty if there was none.

Definition at line 369 of file SqlMigration.hpp.

◆ newChecksum

std::string Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::newChecksum

Stored checksum after the rewrite.

Definition at line 370 of file SqlMigration.hpp.


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