Skip to content

Commit

Permalink
Merge pull request #52 from httparty/development
Browse files Browse the repository at this point in the history
[deploy] 1/22/2016 #3
  • Loading branch information
polina-munoz committed Jan 22, 2016
2 parents a64eb25 + ae74679 commit 66d52e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ models.User = new User(sequelize, Sequelize);
// models.Skill.belongsToMany(models.User, {through: 'UserSkillJoin'});
// models.User.belongsToMany(models.Skill, {through: 'UserSkillJoin'});

models.User.sync({force: true}).then(function(){
models.User.sync({force: false}).then(function(){
//Set force: true for development, false for deployment
console.log('User table created!');
// return models.User.create({
Expand Down

0 comments on commit 66d52e3

Please sign in to comment.