loopback4-microservice-catalog
loopback4-microservice-catalog copied to clipboard
@sourceloop/cli: error while copying migration if doesnot exist in base service
Describe the bug error while copying migration if doesnot exist in base service To Reproduce Steps to reproduce the behavior:
- select yes for base service
- select a base service without migrations
- select yes in migrations
- select include migrations from base service
Expected behavior should not give error and the option to copy from base service when not present in base service.