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

#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.
 

Detailed Description

Status summary of migrations.

Definition at line 67 of file SqlMigration.hpp.

Member Data Documentation

◆ appliedCount

size_t Lightweight::SqlMigration::MigrationStatus::appliedCount {}

Number of migrations that have been applied.

Definition at line 69 of file SqlMigration.hpp.

◆ pendingCount

size_t Lightweight::SqlMigration::MigrationStatus::pendingCount {}

Number of migrations waiting to be applied.

Definition at line 70 of file SqlMigration.hpp.

◆ mismatchCount

size_t Lightweight::SqlMigration::MigrationStatus::mismatchCount {}

Number of applied migrations with checksum mismatches.

Definition at line 71 of file SqlMigration.hpp.

◆ unknownAppliedCount

size_t Lightweight::SqlMigration::MigrationStatus::unknownAppliedCount {}

Number of applied migrations not found in registered list.

Definition at line 72 of file SqlMigration.hpp.

◆ totalRegistered

size_t Lightweight::SqlMigration::MigrationStatus::totalRegistered {}

Total number of registered migrations.

Definition at line 73 of file SqlMigration.hpp.


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