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
19namespace kcenon::pacs::storage {
20
28 int version;
29 std::string description;
30 std::string applied_at;
31};
32
33} // namespace kcenon::pacs::storage
Represents a record of an applied database migration.
std::string applied_at
Timestamp when migration was applied.
std::string description
Description of the migration.