docs: Fix docs for name option to generate_migrations (#100)

This commit is contained in:
Rebecca Le 2022-06-15 22:29:49 +08:00 committed by GitHub
parent 10c7e75f4a
commit d30dce6e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
* `name` -
names the generated migrations, prepending with the timestamp. The default is `migrate_resources_<n>`,
where `<n>` is the count of migrations matching `*migrate_resources*` plus one.
For example, `--migration-name add_special_column` would get a name like `20210708181402_add_special_column.exs`
For example, `--name add_special_column` would get a name like `20210708181402_add_special_column.exs`
Flags: