Skip to content

Commit

Permalink
Updated links and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Mar 13, 2019
1 parent 41bb19d commit a20da85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The code snippets below show how steps 1 and 2 can be done:
...
...
...
<B>"oe-migration": "git+http://evgit/oecloud.io/oe-migration.git#2.0.0",</B>
<B>"oe-migration": "git+https://github.com/EdgeVerve/oe-migration.git#2.0.0",</B>
...
...
</pre>
Expand Down Expand Up @@ -194,8 +194,6 @@ then the records that existed in the table prior to the current db version migra
});
});
```
A ready-made file with the above content is available in the [oe-app](http://evgit/oecloud.io/oe-app) sample project at https://evgit/oecloud.io/oe-app/blob/master/server/migrate.js
You can copy this file to your `<PROJECT_ROOT>/server/` folder instead of creating a new file from scratch.
This file creation is a one-time activity, and the file itself can be part of your application.

**Note:** This file does not pass the `options` parameter to the `migrate()` function. However, it is possible to configure some aspects of migration if you pass the appropriate `options` object. See [**migrate() function**](#migrate function) under the [**Configuration**](#Configuration) section below, for details.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"grunt-mocha-test": "0.13.3",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.0.0",
"oe-cloud": "2.0.0",
"loopback-connector-mongodb": "3.9.2",
"oe-connector-postgresql": "git+http://evgit/oecloud.io/oe-connector-postgresql.git#2.0.0",
"oe-multi-tenancy": "git+http://evgit/oecloud.io/oe-multi-tenancy.git#2.0.0",
"oe-connector-postgresql": "2.0.0",
"oe-multi-tenancy": "2.0.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2"
},
Expand Down

0 comments on commit a20da85

Please sign in to comment.