|
Lightweight 0.20251202.0
|
#include <SqlMigration.hpp>
Public Attributes | |
| std::vector< MigrationTimestamp > | revertedTimestamps |
| Successfully reverted migrations. | |
| std::optional< MigrationTimestamp > | failedAt |
| Migration that failed, if any. | |
| std::string | errorMessage |
| Error message if failed. | |
Result of reverting multiple migrations.
Definition at line 57 of file SqlMigration.hpp.
| std::vector<MigrationTimestamp> Lightweight::SqlMigration::RevertResult::revertedTimestamps |
Successfully reverted migrations.
Definition at line 59 of file SqlMigration.hpp.
| std::optional<MigrationTimestamp> Lightweight::SqlMigration::RevertResult::failedAt |
Migration that failed, if any.
Definition at line 60 of file SqlMigration.hpp.
| std::string Lightweight::SqlMigration::RevertResult::errorMessage |
Error message if failed.
Definition at line 61 of file SqlMigration.hpp.