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

Domanda

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?

È stato utile?

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top