Custom queries in migration
I want to execute some custom queries in my postgres migration to populate a new table. Does Ash postgres support a way to do this, or should I just edit the generated migration files?
2 Replies
There is a way to do it, yes, but its not necessarily true tha tyou want to do it that way
you can use
custom_statements
Solution
But editing the migration is perfectly reasonable for data migrations