Open suyuan1203 opened 6 years ago
The current version checks sails version explicitly, and it only checks versions under 1.0.
Here version 1.0 is added.
This patch is only to solve the issue with "generate" command. Not sure if this is enough to use sails-migration with sails 1.0.
Hopefully that is the only hard code version checking in the code.
The current version checks sails version explicitly, and it only checks versions under 1.0.
Here version 1.0 is added.
This patch is only to solve the issue with "generate" command. Not sure if this is enough to use sails-migration with sails 1.0.
Hopefully that is the only hard code version checking in the code.