docs: link to migration generator docs

This commit is contained in:
Zach Daniel 2020-09-10 23:53:43 -04:00
parent 286cd004d6
commit 4299cbaa05
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -1,5 +1,9 @@
defmodule AshPostgres.MigrationGenerator do
@moduledoc "Generates migrations based on resource snapshots"
@moduledoc """
Generates migrations based on resource snapshots
See `Mix.Tasks.AshPostgres.GenerateMigrations` for more information.
"""
@default_snapshot_path "priv/resource_snapshots"
import Mix.Generator