Module forest_filecoin::db::migration::migration_map

source ยท

Macrosยง

  • create_migrations ๐Ÿ”’
    A utility macro to make the migrations easier to declare. The usage is: <FROM version> -> <TO version> @ <Migrator object>

Structsยง

Staticsยง

Traitsยง

  • MigrationOperation ๐Ÿ”’
    Migration trait. It is expected that the MigrationOperation::migrate method will pick up the relevant database existing under chain_data_path and create a new migration database in the same directory.

Functionsยง

Type Aliasesยง