Guides or advice for migrating to Ash?
I have a small app with 3 tables in Postgres using Ecto.Table. I am migrating them to use Ash.Resource.
When I run
Original ecto migration:
New generated migration:
Thanks in advance. Excited to move to Ash.
When I run
mix ash_postgres.generate_migrations for the first time, the generated migrations are to create tables that already exist and the table structures are different. Are there any guides or do you have any advice for reconciling the differences?Original ecto migration:
New generated migration:
Thanks in advance. Excited to move to Ash.
