Search code examples
npmsails.jswaterlinesails-mongo

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


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?


Solution

  • 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.