Nat Echols
Nat Echols
First attempt, works end-to-end for my use case.
Specifically the MyPostgresProfile snippet - to get this to work I had to make two changes: ``` import slick.basic.Capability ``` and ``` override protected def computeCapabilities: Set[Capability] = super.computeCapabilities +...
I need to be able to copy over an existing API (stored in an existing Postgresql database) to a new installation directory. In API Manager 2.0.0 this just magically worked...
### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...