Do I need to do anything special to my application built with Sails version 0.9.9 when upgrading to version 0.10.x?

StackOverflow https://stackoverflow.com/questions/23277697

문제

I am currently working on an application using Sails version 0.9.9 but I want to upgrade to utilize the new support for data model associations. I found this article about migrating applications from 0.8.x to 0.9.x but is there anything I should do to safely upgrade my application from 0.9.x to 0.10.x?

도움이 되었습니까?

해결책 2

I ran npm update sails -g and my application starts up and runs the same as it used to. I'm guessing it was a simple enough app that it isn't affected by the upgrade.

다른 팁

Yes! A lot has changed in the latest version. Check out this link. Also, make sure you check out the website for the newest documentation on v0.10

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top