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

#include <SqlMigration.hpp>

Public Attributes

std::vector< MigrationTimestamprevertedTimestamps
 Successfully reverted migrations.
 
std::optional< MigrationTimestampfailedAt
 Migration that failed, if any.
 
std::string errorMessage
 Error message if failed.
 

Detailed Description

Result of reverting multiple migrations.

Definition at line 57 of file SqlMigration.hpp.

Member Data Documentation

◆ revertedTimestamps

std::vector<MigrationTimestamp> Lightweight::SqlMigration::RevertResult::revertedTimestamps

Successfully reverted migrations.

Definition at line 59 of file SqlMigration.hpp.

◆ failedAt

std::optional<MigrationTimestamp> Lightweight::SqlMigration::RevertResult::failedAt

Migration that failed, if any.

Definition at line 60 of file SqlMigration.hpp.

◆ errorMessage

std::string Lightweight::SqlMigration::RevertResult::errorMessage

Error message if failed.

Definition at line 61 of file SqlMigration.hpp.


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