PACS System
0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
migration_record.h
Go to the documentation of this file.
1
// BSD 3-Clause License
2
// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3
// See the LICENSE file in the project root for full license information.
4
15
#pragma once
16
17
#include <string>
18
19
namespace
kcenon::pacs::storage
{
20
27
struct
migration_record
{
28
int
version
;
29
std::string
description
;
30
std::string
applied_at
;
31
};
32
33
}
// namespace kcenon::pacs::storage
kcenon::pacs::storage
Definition
job_manager.h:38
kcenon::pacs::storage::migration_record
Represents a record of an applied database migration.
Definition
migration_record.h:27
kcenon::pacs::storage::migration_record::applied_at
std::string applied_at
Timestamp when migration was applied.
Definition
migration_record.h:30
kcenon::pacs::storage::migration_record::description
std::string description
Description of the migration.
Definition
migration_record.h:29
kcenon::pacs::storage::migration_record::version
int version
Schema version number.
Definition
migration_record.h:28
include
kcenon
pacs
storage
migration_record.h
Generated by
1.12.0