public 기능 완료

This commit is contained in:
2025-05-07 21:02:50 +09:00
parent 283c8a7f4a
commit 1684fbf5d1
28 changed files with 2522 additions and 194 deletions
+10
View File
@@ -33,6 +33,16 @@ const Event = sequelize.define('Event', {
defaultValue: '정기전',
comment: '이벤트 유형'
},
publicHash: {
type: DataTypes.STRING,
allowNull: true,
comment: '공개 URL 해시'
},
accessPassword: {
type: DataTypes.STRING,
allowNull: true,
comment: '공개 URL 비밀번호'
},
startDate: {
type: DataTypes.DATE,
allowNull: false,