View Source
Yacto.Migration.File
(yacto v2.0.5)
Functions
@spec check_migration_files([
%Yacto.Migration.File{
datetime_str: term(),
dbname: term(),
operation: term(),
path: term(),
schema_name: term(),
version: term()
}
]) :: :ok | {:error, [String.t()]}
@spec check_migrations([]) :: :ok | {:error, [String.t()]}
@spec load_migration_module(String.t(), %Yacto.Migration.File{
datetime_str: term(),
dbname: term(),
operation: term(),
path: term(),
schema_name: term(),
version: term()
}) :: {:ok, module()} | {:error, any()}