Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PRKKILLER committed Apr 1, 2021
1 parent 7e8d8f9 commit a3e7bed
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 8 deletions.
Binary file modified Backend/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Backend/models/user_user.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ const userUser = sequelize.define('userUser', {
// Other model options go here
});

sequelize.sync({ force: true });
sequelize.sync();
console.log('UserUser', userUser === sequelize.models.userUser);
module.exports = userUser;
Loading

0 comments on commit a3e7bed

Please sign in to comment.