Skip to content

Commit

Permalink
Merge pull request #39 from synapsestudios/start-with-migrate
Browse files Browse the repository at this point in the history
Start with migrate
  • Loading branch information
spruce-bruce authored Mar 20, 2017
2 parents 61f6c76 + 1fc3117 commit 0af9a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "server.js",
"scripts": {
"start-dev": "npm run migrate-seed && nodemon server.js",
"start-migrate": "npm run migrate && node server.js",
"start": "node server.js",
"drop-tables": "./src/bin/drop-tables.js",
"rebuild-db": "npm run drop-tables && knex migrate:latest && knex seed:run",
Expand Down
Binary file modified oidc-provider.paw
Binary file not shown.

0 comments on commit 0af9a2c

Please sign in to comment.