migrant/filesystem
Values
pub fn load_migration_files(
migrations_dir: String,
next: fn(dict.Dict(String, types.Migration)) -> Result(
Nil,
types.Error,
),
) -> Result(Nil, types.Error)
pub fn load_migration_files(
migrations_dir: String,
next: fn(dict.Dict(String, types.Migration)) -> Result(
Nil,
types.Error,
),
) -> Result(Nil, types.Error)