|
Lightweight 0.20260303.0
|
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. | |
One row in the RewriteChecksumsResult.entries list.
Definition at line 365 of file SqlMigration.hpp.
| MigrationTimestamp Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::timestamp |
The migration whose stored checksum was rewritten.
Definition at line 367 of file SqlMigration.hpp.
| std::string_view Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::title |
Title of the registered migration (or "(Unknown Migration)").
Definition at line 368 of file SqlMigration.hpp.
| 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.
| std::string Lightweight::SqlMigration::MigrationManager::ChecksumRewriteEntry::newChecksum |
Stored checksum after the rewrite.
Definition at line 370 of file SqlMigration.hpp.