Ecto v2.0.0-rc.4 Mix.Tasks.Ecto.Load

Loads the current environment’s database structure from a previously dumped structure file.

Example

mix ecto.load

Command line options

  • -r, --repo - the repo to load the structure info into
  • -d, --dump-path - the path of the dump file to load from

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Functions

run(args)

Callback implementation for c:Mix.Task.run/1.