Skip to content

Commit 23e1c42

Browse files
committed
Expand warn message with dev option
1 parent 6ee9afa commit 23e1c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/ash_postgres.generate_migrations.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule Mix.Tasks.AshPostgres.GenerateMigrations do
114114

115115
if !opts[:name] && !opts[:dry_run] && !opts[:check] && !opts[:snapshots_only] && !opts[:dev] do
116116
IO.warn("""
117-
Name must be provided when generating migrations, unless `--dry-run` or `--check` is also provided.
117+
Name must be provided when generating migrations, unless `--dry-run` or `--check` or `--dev` is also provided.
118118
Using an autogenerated name will be deprecated in a future release.
119119
120120
Please provide a name. for example:

0 commit comments

Comments
 (0)