We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed22f3e commit ad0fd66Copy full SHA for ad0fd66
lib/migration_generator/migration_generator.ex
@@ -460,8 +460,8 @@ defmodule AshPostgres.MigrationGenerator do
460
461
You have migrations remaining that were generated with the --dev flag.
462
463
- Run `mix ash.codegen <name>` to remove the dev migraitons and replace them
464
- with production ready migrations.
+ Run `mix ash.codegen <name>` to remove the dev migrations and replace them
+ with production-ready migrations.
465
""")
466
467
exit({:shutdown, 1})
0 commit comments