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

feat: 약속(`meeting`) model에 투표 가능 범위에 대한 필드 추가

parent 03379f46
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class Meeting extends Sequelize.Model {
availableVotingEndTime: {
type: Sequelize.TIME,
allowNull: false,
defaultValue: '23:59:00',
defaultValue: '00:00:00',
},
maxParticipants: {
type: Sequelize.INTEGER.UNSIGNED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment