|
Lightweight 0.20260303.0
|
One data step (INSERT/UPDATE/DELETE/RawSql) tagged with its source migration. More...
#include <SqlMigration.hpp>
Public Attributes | |
| MigrationTimestamp | sourceTimestamp |
| Timestamp of the migration that contributed this data step. | |
| std::string | sourceTitle |
| Title of the migration that contributed this data step. | |
| SqlMigrationPlanElement | element |
| The plan element to replay (INSERT/UPDATE/DELETE/RawSql). | |
One data step (INSERT/UPDATE/DELETE/RawSql) tagged with its source migration.
Definition at line 336 of file SqlMigration.hpp.
| MigrationTimestamp Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTimestamp |
Timestamp of the migration that contributed this data step.
Definition at line 339 of file SqlMigration.hpp.
| std::string Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::sourceTitle |
Title of the migration that contributed this data step.
Definition at line 342 of file SqlMigration.hpp.
| SqlMigrationPlanElement Lightweight::SqlMigration::MigrationManager::PlanFoldingResult::DataStep::element |
The plan element to replay (INSERT/UPDATE/DELETE/RawSql).
Definition at line 345 of file SqlMigration.hpp.