mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
@@ -31,8 +31,8 @@
|
||||
struct ExampleDropTableMigrator {
|
||||
using Backend = CassandraMigrationTestBackend;
|
||||
|
||||
static constexpr char const* name = "ExampleDropTableMigrator";
|
||||
static constexpr char const* description = "The migrator for dropping the table";
|
||||
static constexpr char const* kNAME = "ExampleDropTableMigrator";
|
||||
static constexpr char const* kDESCRIPTION = "The migrator for dropping the table";
|
||||
|
||||
static void
|
||||
runMigration(std::shared_ptr<Backend> const& backend, util::config::ObjectView const& config);
|
||||
|
||||
Reference in New Issue
Block a user