Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 번쩍 관련 객체 정의 #508

Merged
merged 11 commits into from
Jan 15, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ public class Tag extends BaseTimeEntity {
private TagType tagType;

@Column(name = "meetingId")
@NotNull
private Integer meetingId;

@Column(name = "lightningId")
@NotNull
mikekks marked this conversation as resolved.
Show resolved Hide resolved
private Integer lightningId;

@NotNull
Expand Down