Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/migration_generator/migration_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ defmodule AshPostgres.MigrationGenerator do

You have migrations remaining that were generated with the --dev flag.

Run `mix ash.codegen <name>` to remove the dev migraitons and replace them
with production ready migrations.
Run `mix ash.codegen <name>` to remove the dev migrations and replace them
with production-ready migrations.
""")

exit({:shutdown, 1})
Expand Down