|
Clio
develop
The XRP Ledger API server.
|
The command to run for migration framework. More...
#include <MigrationApplication.hpp>
Classes | |
| struct | Status |
| Check the status of the migrations. More... | |
| struct | Migration |
| Run a migration. More... | |
Static Public Member Functions | |
| static MigrateSubCmd | status () |
| Helper function to create a status command. | |
| static MigrateSubCmd | migration (std::string const &name) |
| Helper function to create a migration command. | |
Public Attributes | |
| std::variant< Status, Migration > | state |
The command to run for migration framework.
|
inlinestatic |
Helper function to create a migration command.
| name | The name of the migration to run |
|
inlinestatic |
Helper function to create a status command.