Skip to content

Commit

Permalink
Merge branch 'develop' into feature/replacesession
Browse files Browse the repository at this point in the history
  • Loading branch information
andela-rekemezie committed Mar 16, 2016
2 parents 2e6849d + d76a3cd commit cef1f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/20160210123033-addcolumn_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
msg: 'Must be either Item, Event'
}
},
allowNull: false
allowNull: true
});
}

Expand Down
2 changes: 1 addition & 1 deletion migrations/20160210124231-addcolumn_category_id.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
up: function(queryInterface, Sequelize) {
return queryInterface.addColumn('Events', 'category_id', {
type: Sequelize.INTEGER,
allowNull: false
allowNull: true
});
}

Expand Down

0 comments on commit cef1f92

Please sign in to comment.