Drew Immerman
Drew Immerman
Duplicates Issue #9085 (fixed in pending PR #9091)
Have you tried [ts-mailgun](https://www.npmjs.com/package/ts-mailgun)?
Ogre could really use a standardized conan recipe to make setup & installation a breeze - especially for new-comers, and to integrate with conan projects. There's a few floating out...
Thanks for taking a look @paroj I'll continue testing this and will be back with a PR in the next week or so It may be best for me to...
@paroj I think it may be a good idea to have a [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) to keep things [dry](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself). Putting it in the official conan repo means that users...
@pleerock We may be able to reuse much of this for output of entities as mentioned in some of the v0.3.x CLI issues. Let me know if you would like...
@pleerock, thank you for the review; I'm happy to create a PR just for a documentation change (and that was my original intent), however, the create migration command doesn't take...
@pleerock That's not the issue this ticket or PR is addressing. The issue is that the migration create command was configured to save the migration files in `database/migrations/` in ormconfig....
@pleerock There's quite a few issues with that solution, which this PR fixes. Also, this PR does not prevent a user from using the solution you mentioned, if they prefer...
@AlexMesser, > @DrewImm btw, you can use `package.json` to avoid writing generate command multiple times. For example: > > ```json > "generateX": "typeorm migration:generate ./database/migrations/x -d ds-x.ts", > "generateY": "typeorm...