Skip to content
Snippets Groups Projects
Commit ece7dbd6 authored by Wo-ogie's avatar Wo-ogie
Browse files

refactor: 약속 model의 purpose에 대한 enum value 추가

parent c5dba8f3
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Meeting extends Sequelize.Model {
allowNull: false,
},
purpose: {
type: Sequelize.ENUM('STUDY', 'ETC'),
type: Sequelize.ENUM('STUDY', 'MEETING', 'PLAYING', 'FOOD', 'ETC'),
allowNull: false,
},
startDate: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment