Skip to content

Commit

Permalink
Remove db-save script (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Feb 26, 2019
1 parent 45494e6 commit b042998
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
11 changes: 0 additions & 11 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,4 @@ module.exports = {
ca: fs.readFileSync(process.env.PGSSLROOTCERT, 'utf8'),
},
},
// The order in which data is being saved or restored
// when you run `yarn db-save` or `yarn db-seed`.
tables: [
'users',
'user_identities',
'user_tokens',
'stories',
'story_points',
'comments',
'comment_points',
],
};
39 changes: 0 additions & 39 deletions scripts/db-save.js

This file was deleted.

0 comments on commit b042998

Please sign in to comment.