src/exodus_migration.erl

-module(exodus_migration).

-callback up() -> iodata().
-callback down() -> iodata().