I would like to add some properties to the change model. I was able to successfully extend the Change model that is attached at app.loopback.Change using a script in the Boot dir, but these changes are not added to the individual change models attached models at Model.getChangeModel();
Is it possible to extend all these models at once, or do I have to go through each model individually and grab their respective change models?
Is it possible to hook into the an earlier stage of app bootup outside of the boot script before the change model is attached?