Skip to content

Instantly share code, notes, and snippets.

@candostdagdeviren
Created May 21, 2017 05:43
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/917a464d0c62299f8f182c0e715bd2d0 to your computer and use it in GitHub Desktop.
Save candostdagdeviren/917a464d0c62299f8f182c0e715bd2d0 to your computer and use it in GitHub Desktop.
Vapor 1 -> 2 Migration
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2),
.Package(url: "https://github.com/vapor/mongo-provider.git", majorVersion: 2)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment