chore: No ALL_CAPS (#1760)

Fixes #1680
This commit is contained in:
Alex Kremer
2025-01-02 11:39:31 +00:00
committed by GitHub
parent efe5d08205
commit 820b32c6d7
361 changed files with 10061 additions and 9724 deletions

View File

@@ -30,8 +30,8 @@
* and migrate the data to index table. We create an index table for transaction hash to transaction type string.
*/
struct ExampleTransactionsMigrator {
static constexpr char const* name = "ExampleTransactionsMigrator";
static constexpr char const* description = "The migrator for transactions table";
static constexpr char const* kNAME = "ExampleTransactionsMigrator";
static constexpr char const* kDESCRIPTION = "The migrator for transactions table";
using Backend = CassandraMigrationTestBackend;
static std::uint64_t count;