Skip to content

Commit

Permalink
feat: Generate activity name on database gen
Browse files Browse the repository at this point in the history
Ensure that the data tables contain the right field.

Issues: #266
  • Loading branch information
bryankennedy committed Feb 11, 2019
1 parent 68c0662 commit 3d536f0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = {
longitude: {
type: Sequelize.INTEGER,
},
activityName: {
type: Sequelize.STRING,
},
runTimeout: {
type: Sequelize.INTEGER,
},
Expand Down

0 comments on commit 3d536f0

Please sign in to comment.