Search
yacto
v2.0.4
Pages
Modules
Mix
Tasks
Settings
View Source
Yacto.Migration.Migrator
(yacto v2.0.4)
Link to this section
Summary
Functions
migrate(app, repo, config, schema, migration, opts \\ [])
migrated_versions(repo, app, schema)
up(app, repo, schema, migration_dir, migration_files, opts \\ [])
Link to this section
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