|
PACS System 0.1.0
PACS DICOM system library
|
Represents a record of an applied database migration. More...
#include <migration_record.h>

Public Attributes | |
| int | version |
| Schema version number. | |
| std::string | description |
| Description of the migration. | |
| std::string | applied_at |
| Timestamp when migration was applied. | |
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.
| std::string kcenon::pacs::storage::migration_record::applied_at |
Timestamp when migration was applied.
Definition at line 30 of file migration_record.h.
| std::string kcenon::pacs::storage::migration_record::description |
Description of the migration.
Definition at line 29 of file migration_record.h.
| int kcenon::pacs::storage::migration_record::version |
Schema version number.
Definition at line 28 of file migration_record.h.