View Source Yacto.Migration.Migrator (yacto v2.0.5)

Summary

Functions

Link to this function

migrate(app, repo, config, schema, migration, opts \\ [])

View Source
Link to this function

migrated_versions(repo, app, schema)

View Source
@spec migrated_versions(Ecto.Repo.t(), atom(), module()) :: [integer()]
Link to this function

up(app, repo, schema, migration_dir, migration_files, opts \\ [])

View Source