[회원 역할 제거] MemberRole 관련 코드 삭제제

This commit is contained in:
2025-08-27 16:29:08 +09:00
parent 31aed4bda0
commit 92be6caf80
10 changed files with 13 additions and 75 deletions

View File

@@ -69,7 +69,6 @@
oid bigint not null,
updated_at timestamp(6) not null,
updated_oid bigint,
role varchar(40) not null check (role in ('MEMBER','ADMIN','SYSTEM_ADMIN')),
login_ip varchar(45),
name varchar(100) not null,
password varchar(100) not null,