Skip to content

Instantly share code, notes, and snippets.

@candostdagdeviren
Created May 21, 2017 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candostdagdeviren/509d3c49478e64f89e86a448babc662e to your computer and use it in GitHub Desktop.
Save candostdagdeviren/509d3c49478e64f89e86a448babc662e to your computer and use it in GitHub Desktop.
Vapor 1 -> 2 Migration
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 5),
.Package(url: "https://github.com/vapor/mongo-provider.git", majorVersion: 1, minor: 1)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment