SeedHelper.Session (Migration SeedHelper v0.2.0)

Copy Markdown

Summary

Functions

Initialize Seeding Session (call in your priv/migrations/seed.exs file.

Close session and return list of any unapplied/blocked changes.

Functions

await_seed(seeds, change)

begin_session()

Initialize Seeding Session (call in your priv/migrations/seed.exs file.

end_session()

Close session and return list of any unapplied/blocked changes.

mark_applied(seed, opts \\ nil)