Error during initial migration using ash.codegen

Following the ash phoenix getting started guide.
https://hexdocs.pm/ash_phoenix/getting-started-with-ash-and-phoenix.html#creating-and-migrating-the-database

When trying to generate the initial migration i get the following error:

** (ArgumentError) could not load module MyQuote.Repo due to reason :nofile
    (elixir 1.18.3) lib/code.ex:2007: Code.ensure_compiled!/1
    (ash_postgres 2.5.14) lib/migration_generator/migration_generator.ex:2785: AshPostgres.MigrationGenerator.get_snapshots/2
    (elixir 1.18.3) lib/enum.ex:4442: Enum.flat_map_list/2
    (ash_postgres 2.5.14) lib/migration_generator/migration_generator.ex:37: AshPostgres.MigrationGenerator.generate/2
    (mix 1.18.3) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
    (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2
    (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2
    (mix 1.18.3) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5

The Q in Quote is capitalized in one case and not the other :smile: