|
Lightweight 0.20251202.0
|
#include <SqlMigration.hpp>
Public Attributes | |
| size_t | appliedCount {} |
| Number of migrations that have been applied. | |
| size_t | pendingCount {} |
| Number of migrations waiting to be applied. | |
| size_t | mismatchCount {} |
| Number of applied migrations with checksum mismatches. | |
| size_t | unknownAppliedCount {} |
| Number of applied migrations not found in registered list. | |
| size_t | totalRegistered {} |
| Total number of registered migrations. | |
Status summary of migrations.
Definition at line 67 of file SqlMigration.hpp.
| size_t Lightweight::SqlMigration::MigrationStatus::appliedCount {} |
Number of migrations that have been applied.
Definition at line 69 of file SqlMigration.hpp.
| size_t Lightweight::SqlMigration::MigrationStatus::pendingCount {} |
Number of migrations waiting to be applied.
Definition at line 70 of file SqlMigration.hpp.
| size_t Lightweight::SqlMigration::MigrationStatus::mismatchCount {} |
Number of applied migrations with checksum mismatches.
Definition at line 71 of file SqlMigration.hpp.
| size_t Lightweight::SqlMigration::MigrationStatus::unknownAppliedCount {} |
Number of applied migrations not found in registered list.
Definition at line 72 of file SqlMigration.hpp.
| size_t Lightweight::SqlMigration::MigrationStatus::totalRegistered {} |
Total number of registered migrations.
Definition at line 73 of file SqlMigration.hpp.