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