PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::storage::migration_record Struct Reference

Represents a record of an applied database migration. More...

#include <migration_record.h>

Collaboration diagram for kcenon::pacs::storage::migration_record:
Collaboration graph

Public Attributes

int version
 Schema version number.
 
std::string description
 Description of the migration.
 
std::string applied_at
 Timestamp when migration was applied.
 

Detailed Description

Represents a record of an applied database migration.

Each migration_record contains information about a schema version that has been applied to the database, including when it was applied.

Definition at line 27 of file migration_record.h.

Member Data Documentation

◆ applied_at

std::string kcenon::pacs::storage::migration_record::applied_at

Timestamp when migration was applied.

Definition at line 30 of file migration_record.h.

◆ description

std::string kcenon::pacs::storage::migration_record::description

Description of the migration.

Definition at line 29 of file migration_record.h.

◆ version

int kcenon::pacs::storage::migration_record::version

Schema version number.

Definition at line 28 of file migration_record.h.


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