Create a custom migration file
I need to create a custom migration file for Oban, something like this:
I was wondering if there is any problem if I create this custom migration with
mix ecto.gen.migration my_migration
or if this will somehow create problems/conflicts with the way Ash handles its migrations right now.1 Reply
nope 🙂 Does not affect anything Ash does.