6#include <ocpp/common/database/database_connection.hpp>
7#include <ocpp/common/support_older_cpp_versions.hpp>
9namespace ocpp::common {
Definition: database_connection.hpp:29
Definition: database_schema_updater.hpp:11
DatabaseSchemaUpdater(DatabaseConnectionInterface *database) noexcept
Class that can apply migration files to a database to update the schema.
Definition: database_schema_updater.cpp:139
bool apply_migration_files(const fs::path &migration_file_directory, uint32_t target_schema_version)
Apply migration files to a database to update the schema.
Definition: database_schema_updater.cpp:142